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
Commit message (
Expand
)
Author
Age
Files
Lines
*
TBR: mark@chromium.org
jeremy@chromium.org
2009-11-05
15
-67
/
+279
*
TBR:mark
jeremy@chromium.org
2009-11-05
16
-281
/
+70
*
Sandbox Worker process on the Mac.
jeremy@chromium.org
2009-11-05
16
-70
/
+281
*
Highlight node with mouse over it while selecting element to inspect
apavlov@chromium.org
2009-11-05
7
-46
/
+1
*
Enable WebSockets by default
ukai@chromium.org
2009-11-05
4
-6
/
+6
*
Switch over to the new way of enabling/disabling session/local storage.
jorlow@chromium.org
2009-11-05
4
-5
/
+10
*
Enable the URL portion of storage events. This is mostly just plumbing + a h...
jorlow@chromium.org
2009-11-05
14
-47
/
+78
*
Revert "Added beginnings of browser-process support for shared workers."
atwilson@chromium.org
2009-11-05
25
-407
/
+179
*
Added beginnings of browser-process support for shared workers.
atwilson@chromium.org
2009-11-05
25
-179
/
+407
*
Always enable Breakpad if using --enable-crash-reporter flag
nirnimesh@chromium.org
2009-11-05
2
-3
/
+8
*
Push the Omaha app guid into the browser distribution classes to remove compi...
robertshield@chromium.org
2009-11-05
13
-22
/
+55
*
Fix crash in AudioRendererImpl by adding a MessageLoop DestructionObserver.
scherkus@chromium.org
2009-11-05
5
-2
/
+170
*
Make SessionService use its own enum for storing window type in the session d...
ben@chromium.org
2009-11-05
2
-5
/
+55
*
linux: swap order of buttons for dangerous downloads
evan@chromium.org
2009-11-05
1
-7
/
+7
*
Move LOG from warning to info
cpu@chromium.org
2009-11-05
1
-1
/
+1
*
Updating trunk VERSION from 236.0 to 237.0
laforge@chromium.org
2009-11-05
1
-1
/
+1
*
Show only one app menu. Cole pointed out that ChromeOS currently has two almo...
oshima@chromium.org
2009-11-05
11
-23
/
+63
*
Linux: Update strings for title case and remove some old strings.
derat@chromium.org
2009-11-05
1
-100
/
+166
*
Remove legalese about autoupdate from install dialog.
aa@chromium.org
2009-11-05
1
-8
/
+8
*
Coverity: Fix unnecessary Singleton object instantiation.
mattm@chromium.org
2009-11-05
13
-20
/
+20
*
Remove what appears to be an unused variable.
eroman@chromium.org
2009-11-05
2
-8
/
+4
*
Remove some unneeded defines from the Linux build of bookmark sync.
zork@chromium.org
2009-11-05
1
-10
/
+0
*
Fix a bug where we were over compensating for the height of the
tony@chromium.org
2009-11-05
1
-1
/
+1
*
FFmpeg in-tree build for mac.
ajwong@chromium.org
2009-11-05
1
-26
/
+9
*
Enable the OK button when editing a bookmark even when there is no text, and ...
viettrungluu@chromium.org
2009-11-05
5
-12
/
+31
*
Fix first run ui hanging. The threads need to get started earlier.
jam@chromium.org
2009-11-05
1
-6
/
+7
*
Fix a bug where we'd leak ResourceMessageFilters and BrowserRenderProcessHosts
mpcomplete@chromium.org
2009-11-05
2
-6
/
+24
*
Ensure that overlay does not appear in incognito mode.
mirandac@chromium.org
2009-11-05
1
-1
/
+2
*
Reorder the definitions in chrome_url_request_context.cc to match the declara...
eroman@chromium.org
2009-11-04
1
-316
/
+343
*
Fix theme install crasher.
mirandac@chromium.org
2009-11-04
1
-1
/
+2
*
Disable test while investigating.
stoyan@google.com
2009-11-04
1
-1
/
+1
*
Only send renderer resize messages for RWHV sizing caused by
tony@chromium.org
2009-11-04
3
-16
/
+14
*
Ensure that report bug dialog is centered when it opens.
mirandac@chromium.org
2009-11-04
1
-1
/
+3
*
Expected output changed. Updating files to match.
finnur@chromium.org
2009-11-04
3
-0
/
+3
*
Fix a memory leak in ExtensionMessageService.
mpcomplete@chromium.org
2009-11-04
2
-7
/
+10
*
Restoring r29827. The skia file is new to this attempt, and may be what was c...
pamg@google.com
2009-11-04
11
-132
/
+319
*
Grouping the extensions and calling out the disabled
finnur@chromium.org
2009-11-04
4
-51
/
+85
*
[Mac] Pref position cleanup
thomasvl@chromium.org
2009-11-04
1
-23
/
+45
*
Linux: use /proc/pid/statm to get memory stats when /proc/pid/smaps is unavai...
thestig@chromium.org
2009-11-04
1
-7
/
+7
*
SetVolume and GetVolume take one volume instead of separate left and right vo...
fbarchard@chromium.org
2009-11-04
9
-56
/
+44
*
GMocking Externaltab tests.
stoyan@google.com
2009-11-04
6
-99
/
+252
*
Continue to remove CHROME_FRAME_BUILD define from code that goes into chrome....
robertshield@chromium.org
2009-11-04
17
-78
/
+155
*
Remove stack trace since Brett fixed this bug.
jam@chromium.org
2009-11-04
1
-3
/
+0
*
Remove the sync error button from the Linux bookmark bar.
nick@chromium.org
2009-11-04
2
-10
/
+0
*
Stop each ChromeThread before nulling out the entry in chrome_threads_. This...
jam@chromium.org
2009-11-04
1
-0
/
+5
*
GTK: Fix a couple minor popup window icon menu bugs.
estade@chromium.org
2009-11-04
2
-4
/
+4
*
Implement cancel() API on a Notification object so that script can cancel or ...
johnnyg@chromium.org
2009-11-04
15
-16
/
+104
*
Revert "Convert tabcontentscontainer to use a vbox instead of a fixed. The"
tony@chromium.org
2009-11-04
3
-11
/
+53
*
Refactor Linux packaging targets for better dependency tracking.
mmoss@chromium.org
2009-11-04
1
-22
/
+44
*
Clean up bookmark_editor_controller to so that is closes consistently as both...
dmaclach@chromium.org
2009-11-04
3
-78
/
+87
[next]