Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(82)

Issue 160084: Chaos geolocation demo, non-WebKit part.

Created:
11 years, 5 months ago by Ben Laurie
Modified:
7 years, 7 months ago
Reviewers:
CC:
chromium-reviews_googlegroups.com, darin (slow to review)
Visibility:
Public.

Description

Chaos geolocation demo, non-WebKit part.

Patch Set 1 #

Patch Set 2 : '' #

Patch Set 3 : '' #

Patch Set 4 : '' #

Patch Set 5 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2242 lines, -22 lines) Patch
M chrome/app/chrome_dll_resource.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/app/generated_resources.grd View 2 chunks +21 lines, -0 lines 0 comments Download
A chrome/app/theme/infobar_best_geoloc.png View 2 3 4 Binary file 0 comments Download
A chrome/app/theme/infobar_city_geoloc.png View 2 3 4 Binary file 0 comments Download
A chrome/app/theme/infobar_no_geoloc.png View 2 3 4 Binary file 0 comments Download
M chrome/app/theme/theme_resources.grd View 2 3 4 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/browser/browser.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/browser.cc View 2 3 4 6 chunks +12 lines, -0 lines 0 comments Download
M chrome/browser/browser_window.h View 1 chunk +3 lines, -0 lines 0 comments Download
A chrome/browser/gtk/api_permissions_panel_gtk.h View 1 chunk +101 lines, -0 lines 0 comments Download
A chrome/browser/gtk/api_permissions_panel_gtk.cc View 1 chunk +557 lines, -0 lines 0 comments Download
M chrome/browser/gtk/browser_window_gtk.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/gtk/browser_window_gtk.cc View 3 chunks +7 lines, -0 lines 0 comments Download
A chrome/browser/gtk/gtk_skinny_button.h View 2 3 4 1 chunk +54 lines, -0 lines 0 comments Download
A chrome/browser/gtk/gtk_skinny_button.cc View 2 3 4 1 chunk +72 lines, -0 lines 0 comments Download
M chrome/browser/gtk/infobar_gtk.h View 2 3 4 3 chunks +20 lines, -0 lines 0 comments Download
M chrome/browser/gtk/infobar_gtk.cc View 2 3 4 12 chunks +290 lines, -14 lines 0 comments Download
M chrome/browser/gtk/standard_menus.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/renderer_host/render_view_host.h View 2 3 4 4 chunks +9 lines, -0 lines 0 comments Download
M chrome/browser/renderer_host/render_view_host.cc View 2 3 4 3 chunks +13 lines, -0 lines 0 comments Download
M chrome/browser/renderer_host/render_view_host_delegate.h View 2 3 4 1 chunk +2 lines, -0 lines 0 comments Download
A chrome/browser/tab_contents/customize_geoloc_infobar_delegate.h View 2 3 4 1 chunk +74 lines, -0 lines 0 comments Download
A chrome/browser/tab_contents/customize_geoloc_infobar_delegate.cc View 2 3 4 1 chunk +69 lines, -0 lines 0 comments Download
A chrome/browser/tab_contents/geoloc_infobar_delegate.h View 2 3 4 1 chunk +81 lines, -0 lines 0 comments Download
A chrome/browser/tab_contents/geoloc_infobar_delegate.cc View 2 3 4 1 chunk +27 lines, -0 lines 0 comments Download
M chrome/browser/tab_contents/infobar_delegate.h View 2 3 4 3 chunks +19 lines, -0 lines 0 comments Download
M chrome/browser/tab_contents/tab_contents.h View 2 3 4 3 chunks +7 lines, -0 lines 0 comments Download
M chrome/browser/tab_contents/tab_contents.cc View 2 3 4 3 chunks +24 lines, -0 lines 0 comments Download
M chrome/browser/views/infobars/infobars.h View 2 3 4 1 chunk +12 lines, -0 lines 0 comments Download
M chrome/browser/views/infobars/infobars.cc View 2 3 4 2 chunks +43 lines, -0 lines 0 comments Download
M chrome/chrome.gyp View 2 3 4 5 chunks +14 lines, -5 lines 0 comments Download
M chrome/common/render_messages_internal.h View 2 3 4 2 chunks +5 lines, -0 lines 0 comments Download
M chrome/renderer/print_web_view_helper.h View 2 3 4 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/renderer/render_view.h View 2 3 4 4 chunks +7 lines, -0 lines 0 comments Download
M chrome/renderer/render_view.cc View 2 3 4 4 chunks +22 lines, -0 lines 0 comments Download
A webkit/chaos/Chaos.h View 1 2 3 4 1 chunk +21 lines, -0 lines 0 comments Download
A webkit/chaos/Chaos.cpp View 1 2 3 4 1 chunk +14 lines, -0 lines 0 comments Download
A webkit/chaos/Chaos.idl View 1 chunk +5 lines, -0 lines 0 comments Download
A webkit/chaos/ChaosCoordinates.h View 1 2 3 4 1 chunk +27 lines, -0 lines 0 comments Download
A webkit/chaos/ChaosCoordinates.cpp View 1 2 3 4 1 chunk +38 lines, -0 lines 0 comments Download
A webkit/chaos/ChaosCoordinates.idl View 1 chunk +11 lines, -0 lines 0 comments Download
A webkit/chaos/ChaosGeolocation.h View 1 2 3 4 1 chunk +81 lines, -0 lines 0 comments Download
A webkit/chaos/ChaosGeolocation.cpp View 1 2 3 4 1 chunk +165 lines, -0 lines 0 comments Download
A webkit/chaos/ChaosGeolocation.idl View 1 chunk +13 lines, -0 lines 0 comments Download
A webkit/chaos/ChaosGeoposition.h View 1 2 3 4 1 chunk +24 lines, -0 lines 0 comments Download
A webkit/chaos/ChaosGeoposition.cpp View 1 2 3 4 1 chunk +10 lines, -0 lines 0 comments Download
A webkit/chaos/ChaosGeoposition.idl View 1 chunk +8 lines, -0 lines 0 comments Download
A webkit/chaos/ChaosPositionCallback.h View 1 2 3 4 1 chunk +18 lines, -0 lines 0 comments Download
A webkit/chaos/ChaosPositionCallback.idl View 1 chunk +9 lines, -0 lines 0 comments Download
A webkit/chaos/GeolocationPowerbox.h View 3 4 1 chunk +79 lines, -0 lines 0 comments Download
A webkit/chaos/V8ChaosGeolocationCustom.cpp View 1 2 3 4 1 chunk +26 lines, -0 lines 0 comments Download
A webkit/chaos/V8CustomChaosPositionCallback.h View 1 2 3 4 1 chunk +26 lines, -0 lines 0 comments Download
A webkit/chaos/V8CustomChaosPositionCallback.cpp View 1 2 3 4 1 chunk +35 lines, -0 lines 0 comments Download
M webkit/glue/chrome_client_impl.h View 2 3 4 2 chunks +6 lines, -0 lines 0 comments Download
M webkit/glue/chrome_client_impl.cc View 2 3 4 1 chunk +7 lines, -0 lines 0 comments Download
M webkit/glue/webview_delegate.h View 2 3 4 4 chunks +16 lines, -0 lines 0 comments Download
M webkit/glue/webworker_impl.cc View 2 3 4 1 chunk +5 lines, -0 lines 0 comments Download
M webkit/webkit.gyp View 1 2 3 4 4 chunks +20 lines, -2 lines 0 comments Download

Powered by Google App Engine
This is Rietveld 408576698