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
/
notifications
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert 80630 - Mark the following as failing under Windows:
mmenke@chromium.org
2011-04-06
1
-11
/
+0
*
Cleanup: Update a bunch of files to the new location of browser_list.h. Part ...
tfarina@chromium.org
2011-04-06
2
-3
/
+3
*
Mark the following as failing under Windows:
mmenke@chromium.org
2011-04-06
1
-0
/
+11
*
Move dispatching and sending of the last extension specific messages out of T...
jam@chromium.org
2011-04-05
2
-9
/
+17
*
Get rid of PrefService::GetMutableDictionary/GetMutableList
battre@chromium.org
2011-04-05
1
-8
/
+6
*
Move WebUIFactory to chrome/, try 2.
estade@chromium.org
2011-03-30
2
-1
/
+3
*
Revert 79691 - Move WebUIFactory to chrome/browser.
estade@chromium.org
2011-03-29
2
-3
/
+1
*
Move WebUIFactory to chrome/browser.
estade@chromium.org
2011-03-29
2
-1
/
+3
*
Move extension messages to their own file and add a RenderViewObserver to sta...
jam@chromium.org
2011-03-28
2
-2
/
+3
*
Move some files from base to base/memory.
levin@chromium.org
2011-03-28
8
-12
/
+12
*
Fix notification settings for file scheme
markusheintz@chromium.org
2011-03-23
2
-11
/
+46
*
Move the rest of the content browser->renderer messages to content. Also mov...
jam@chromium.org
2011-03-23
1
-1
/
+1
*
Coverity: Initialize member variables.
jhawkins@chromium.org
2011-03-22
2
-3
/
+4
*
Move geolocation, desktop notification, and device orientation into their own...
jam@chromium.org
2011-03-19
5
-31
/
+32
*
Move a bunch of remaining files from chrome\renderer to content\renderer.
jam@chromium.org
2011-03-19
1
-1
/
+1
*
Merge content_settings::NotificationsDefaultProvider with content_settings::P...
markusheintz@chromium.org
2011-03-18
2
-22
/
+25
*
First step of integrating notifications content settings to the host content ...
markusheintz@chromium.org
2011-03-17
2
-189
/
+132
*
Initial support for partitioning cookies for isolated apps.
creis@google.com
2011-03-15
1
-0
/
+7
*
Options: Remove the GTK and Views native options code.
jhawkins@chromium.org
2011-03-11
1
-21
/
+8
*
Remove unnecessary Task from Notifications code.
dimich@chromium.org
2011-03-09
1
-46
/
+6
*
Update a bunch of files to the new location of notification files.
tfarina@chromium.org
2011-03-09
8
-21
/
+21
*
Removing references to off the record in comments and log messages.
akalin@chromium.org
2011-03-08
1
-1
/
+1
*
Fix missing change notifications of UserPrefStore
battre@chromium.org
2011-03-07
2
-8
/
+8
*
Split infobar_delegate.[cc,h] into separate pieces for the different classes ...
tfarina@chromium.org
2011-03-03
1
-1
/
+1
*
Get rid of a bunch of includes to old locations of headers.
jam@chromium.org
2011-03-02
4
-5
/
+5
*
Update a bunch of files to the new location of browser_thread.h
jam@chromium.org
2011-03-01
4
-4
/
+4
*
Update a bunch of files to the new location of browser_thread.h
jam@chromium.org
2011-03-01
1
-2
/
+2
*
Delete the temporary headers left behind in chrome\browser. I've left browse...
jam@chromium.org
2011-03-01
1
-6
/
+6
*
Move worker_host code to content.
jam@chromium.org
2011-02-28
1
-1
/
+1
*
Disable test that's timing out
pinkerton@chromium.org
2011-02-28
1
-2
/
+2
*
Add DCHECK to make sure that RenderProcessHost::FromID (which is also called ...
jam@chromium.org
2011-02-25
2
-45
/
+16
*
Move files out of chrome\browser\renderer_host\test alongside their source. ...
jam@chromium.org
2011-02-24
2
-3
/
+3
*
Get rid of browser_prefs::RegisterAllPrefs()
mnissler@chromium.org
2011-02-21
2
-10
/
+15
*
Even more test cleanup. Some fixes to non-test code that's regressed.
erg@google.com
2011-02-15
4
-14
/
+48
*
WebUI: Get rid of more references to dom_ui and DOM_UI.
tfarina@chromium.org
2011-02-15
2
-6
/
+6
*
WebUI: Get rid of more references to DOMUI in the rest of the directories.
tfarina@chromium.org
2011-02-13
2
-3
/
+3
*
WebUI: Rename ProcessDOMUIMessage to ProcessWebUIMessage.
tfarina@chromium.org
2011-02-12
2
-2
/
+2
*
Continuing with the out-of-lining of test code.
erg@google.com
2011-02-11
2
-2
/
+7
*
Cleanup: Remove unneeded uses of notification_observer.h.
thestig@chromium.org
2011-02-11
1
-0
/
+1
*
gtk: Improve fullscreen RenderWidgetHostViewGtk.
derat@chromium.org
2011-02-11
1
-2
/
+1
*
Remove includes of message headers in headers.
jam@chromium.org
2011-02-09
2
-1
/
+1
*
Revert 74118 - Remove wstring from RVH's run Javascript command.
avi@chromium.org
2011-02-08
1
-3
/
+2
*
Remove wstring from RVH's run Javascript command.
avi@chromium.org
2011-02-08
1
-2
/
+3
*
Cleanup:
pkasting@chromium.org
2011-02-08
1
-3
/
+3
*
Change includes of gfx/* to ui/gfx/*
sail@chromium.org
2011-02-05
7
-12
/
+12
*
WebUI: Change all references from "DOM UI" to "Web UI".
tfarina@chromium.org
2011-02-02
1
-2
/
+2
*
Reapply and fix r73019. BalloonViewImpl has a different implemementation on
erg@google.com
2011-02-01
5
-378
/
+397
*
WebUI: Rename DOMUIFactory to WebUIFactory.
tfarina@chromium.org
2011-01-29
1
-1
/
+1
*
Revert 73019 - Fix style problems in the Balloon implementation on linux in p...
mbelshe@chromium.org
2011-01-28
5
-392
/
+378
*
Fix style problems in the Balloon implementation on linux in preparation for ...
erg@google.com
2011-01-28
5
-378
/
+392
[next]