index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
chrome
/
browser
/
chromeos
/
offline
/
offline_load_page.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Refactored mobile activation engine outside of WebUI handler in order to expo...
zelidrag@chromium.org
2012-06-06
1
-2
/
+0
*
Support for navigator.connection API
droger@google.com
2012-05-24
1
-5
/
+7
*
Revert "Revert 137734 - Select theme resources from ResourceBundle at request...
flackr@chromium.org
2012-05-24
1
-1
/
+2
*
Don't use BrowserList in OfflineLoadPage. Just use the system tray delegate t...
ben@chromium.org
2012-05-22
1
-5
/
+2
*
Move Extension into extensions namespace
aa@chromium.org
2012-05-21
1
-2
/
+2
*
Revert 137734 - Select theme resources from ResourceBundle at requested scale...
fischman@chromium.org
2012-05-17
1
-2
/
+1
*
Select theme resources from ResourceBundle at requested scale factor.
flackr@chromium.org
2012-05-17
1
-1
/
+2
*
Move a lot of ChromeOS stuff out of Browser and onto various Ash-related help...
ben@chromium.org
2012-04-20
1
-3
/
+3
*
Support for 512px and 256px icons in extensions
mtytel@chromium.org
2012-02-24
1
-2
/
+3
*
Make offline error page visible
dpolukhin@chromium.org
2012-02-22
1
-1
/
+1
*
Escape URL on offline error page.
dpolukhin@chromium.org
2012-02-15
1
-2
/
+3
*
Fix OfflineLoadPageTest
jam@chromium.org
2012-02-09
1
-1
/
+4
*
Add an API around InterstitialPage that's used by chrome.
jam@chromium.org
2012-02-08
1
-1
/
+2
*
Use InterstitialPage through a delegate interface instead of deriving from it.
jam@chromium.org
2012-02-07
1
-26
/
+37
*
Make OfflineLoadPage not refer directly to OfflineResourceHandler.
darin@chromium.org
2012-01-14
1
-4
/
+4
*
base::Bind: Remove ScopedRunnableMethodFactory.
jhawkins@chromium.org
2012-01-03
1
-3
/
+2
*
Replace the TabContents* accessors with WebContents* in InterstitialPage, Bac...
jam@chromium.org
2012-01-02
1
-3
/
+4
*
Create a Content API around NavigationEntry that's in content/public/browser....
jam@chromium.org
2011-12-25
1
-2
/
+0
*
Rename TabContents::browser_context() to GetBrowserContext and put it into th...
jam@chromium.org
2011-12-21
1
-1
/
+1
*
Move/replace/rename URL-based extension getters from ExtensionService to/in E...
yoz@chromium.org
2011-12-13
1
-1
/
+2
*
Move BrowserThread to content namespace.
joi@chromium.org
2011-11-02
1
-0
/
+2
*
Split BrowserThread into public API and private implementation, step 1.
joi@chromium.org
2011-10-28
1
-1
/
+1
*
Make NotificationService an interface in the content namespace, and switch ca...
jam@chromium.org
2011-10-19
1
-1
/
+0
*
Move content_notification_types.h from content\common to content\public\brows...
jam@chromium.org
2011-10-18
1
-1
/
+1
*
OfflineLoadPage fixes
achuith@chromium.org
2011-10-11
1
-25
/
+13
*
Removed chromeos::NetworkStateNotifier and redirected all related code to use
zelidrag@chromium.org
2011-09-22
1
-24
/
+13
*
Removal of Profile from content part 5.
avi@chromium.org
2011-08-01
1
-1
/
+1
*
Moving notification types which are chrome specific to a new header file chro...
ananta@chromium.org
2011-07-10
1
-5
/
+6
*
cros: The next 100 clang plugin errors.
thakis@chromium.org
2011-05-15
1
-0
/
+2
*
Adopt InterstitialPage to RenderViewHost message changes which were introduce...
markusheintz@chromium.org
2011-05-03
1
-2
/
+2
*
Cleanup: Update a bunch of files to the new location of browser_list.h. Part ...
tfarina@chromium.org
2011-04-06
1
-3
/
+3
*
Use extension to show activation message.
oshima@google.com
2011-03-15
1
-6
/
+2
*
chromeos: Update the references of notification includes to the new content l...
tfarina@chromium.org
2011-03-07
1
-3
/
+3
*
Add link to activate verizon in offline page.
oshima@google.com
2011-03-07
1
-7
/
+30
*
Load url if appcache exists in offline mode.
oshima@google.com
2011-03-04
1
-1
/
+4
*
Update a bunch of files to the new location of browser_thread.h
jam@chromium.org
2011-03-01
1
-4
/
+4
*
Remove delay to load the page when the network becomes available.
oshima@google.com
2011-01-31
1
-18
/
+0
*
Move l10n_util to ui/base
ben@chromium.org
2011-01-21
1
-1
/
+1
*
Move ResourceBundle, DataPack to ui/base
ben@chromium.org
2011-01-20
1
-1
/
+1
*
Cleanup: Remove unneeded includes of notification_service.h in other headers.
thestig@chromium.org
2010-12-15
1
-0
/
+1
*
Rename ExtensionsService to ExtensionService.
tfarina@chromium.org
2010-12-14
1
-2
/
+2
*
Move:
ben@chromium.org
2010-12-02
1
-1
/
+1
*
Addressing the comment in codereview.chromium.org/5151006.
oshima@chromium.org
2010-11-25
1
-3
/
+1
*
Add delay when resuming load when network connection is restured.
oshima@chromium.org
2010-11-22
1
-1
/
+27
*
New offline page that is closer to mock. This is intermediate solution and I ...
oshima@chromium.org
2010-11-19
1
-15
/
+80
*
Cleanup: Include browser.h -> ui/browser.h [Part 1].
jhawkins@chromium.org
2010-11-16
1
-1
/
+1
*
Convert LOG(INFO) to VLOG(1) - misc. chrome/browser/chromeos/*.
pkasting@chromium.org
2010-10-23
1
-2
/
+2
*
Move Stats, histograms, and field trial into a metrics subdirectory of base and
brettw@chromium.org
2010-10-14
1
-1
/
+1
*
Rename ChromeThread to BrowserThread Part17:
tfarina@chromium.org
2010-10-11
1
-1
/
+1
*
Rename ChromeThread to BrowserThread Part7:
tfarina@chromium.org
2010-10-08
1
-1
/
+1
[next]