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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fifth patch in making destructors of refcounted objects private.
jam@chromium.org
2009-11-06
26
-16
/
+74
*
Change prevents multiple instances of an extension's option page from being o...
aa@chromium.org
2009-11-05
1
-1
/
+1
*
Mac: Implement about:memory.
viettrungluu@chromium.org
2009-11-05
8
-27
/
+1198
*
Fourth patch in making destructors of refcounted objects private.
jam@chromium.org
2009-11-05
19
-18
/
+43
*
Mac: don't restore explicitly closed windows.
viettrungluu@chromium.org
2009-11-05
4
-2
/
+24
*
Added support for --enable-shared-workers
atwilson@chromium.org
2009-11-05
1
-0
/
+1
*
Don't let the user inline edit "Bookmarks Bar" or "Other Bookmarks"
tony@chromium.org
2009-11-05
1
-1
/
+3
*
Don't reload whole chrome://extensions page when interacting with single exte...
cira@chromium.org
2009-11-05
1
-4
/
+3
*
[Mac] Adds animations for the download shelf.
rohitrao@chromium.org
2009-11-05
4
-7
/
+37
*
GTK: hack around floating bookmark bar stuck-in-prelight bug.
estade@chromium.org
2009-11-05
1
-0
/
+18
*
Remove the high res timer, which is unused.
nick@chromium.org
2009-11-05
8
-410
/
+0
*
GTK: fix certain corner cases where overflow chevron wouldn't show.
estade@chromium.org
2009-11-05
1
-0
/
+1
*
Clicking on restore window button on ntp now nukes ntp. We always did
sky@chromium.org
2009-11-05
1
-0
/
+6
*
Change id that identifies client in crash reports. Whenever metrics service r...
kuchhal@chromium.org
2009-11-05
2
-26
/
+28
*
Clean up usage of some iterators. Original patch by Thiago Fariana (see http...
pkasting@chromium.org
2009-11-05
1
-37
/
+39
*
Fix bug where we were not displaying icons in the management
aa@chromium.org
2009-11-05
3
-27
/
+193
*
Fix the extensions activity monitor test for POSIX (c:\? Really?)
nick@chromium.org
2009-11-05
1
-12
/
+17
*
Cleans up our autorelease pool handling by making sure that an autorelease po...
dmaclach@chromium.org
2009-11-05
9
-85
/
+62
*
Fix the chrome app icon on windows
tc@google.com
2009-11-05
2
-2
/
+4
*
We were calling to an undefined method. I was able to repro this by putting my
dmaclach@chromium.org
2009-11-05
1
-2
/
+2
*
Tell the RWH about the intial window size for drop down menus.
tony@chromium.org
2009-11-05
1
-2
/
+4
*
Revert 31110 - Implement window.alert() and its cousins for extensions.
ben@chromium.org
2009-11-05
12
-225
/
+103
*
Revert 31109 - Avoid calling PlatformThread::Sleep(1) from event_sys_unittest...
ben@chromium.org
2009-11-05
1
-1
/
+1
*
Fix checkfailure on Linux Views build by actually opening the popup when it's...
pkasting@chromium.org
2009-11-05
3
-16
/
+31
*
chrome://extensions/ support for multiple, asynchronous calls to render
rafaelw@chromium.org
2009-11-05
1
-20
/
+32
*
Fixes bug where choosing reopen closed tba would do nothing for
sky@chromium.org
2009-11-05
1
-1
/
+1
*
Change "remove thumbnail" message to make it fit nicely above the thumbnails ...
mirandac@chromium.org
2009-11-05
1
-8
/
+2
*
Implement window.alert() and its cousins for extensions.
pam@chromium.org
2009-11-05
12
-103
/
+225
*
Avoid calling PlatformThread::Sleep(1) from event_sys_unittests.cc
idana@chromium.org
2009-11-05
1
-1
/
+1
*
Added beginnings of browser-process support for shared workers.
atwilson@chromium.org
2009-11-05
6
-34
/
+50
*
TBR: mark@chromium.org
jeremy@chromium.org
2009-11-05
3
-3
/
+81
*
TBR:mark
jeremy@chromium.org
2009-11-05
4
-83
/
+6
*
Sandbox Worker process on the Mac.
jeremy@chromium.org
2009-11-05
4
-6
/
+83
*
Highlight node with mouse over it while selecting element to inspect
apavlov@chromium.org
2009-11-05
4
-35
/
+1
*
Enable WebSockets by default
ukai@chromium.org
2009-11-05
1
-1
/
+1
*
Switch over to the new way of enabling/disabling session/local storage.
jorlow@chromium.org
2009-11-05
2
-3
/
+5
*
Enable the URL portion of storage events. This is mostly just plumbing + a h...
jorlow@chromium.org
2009-11-05
5
-23
/
+40
*
Revert "Added beginnings of browser-process support for shared workers."
atwilson@chromium.org
2009-11-05
6
-50
/
+34
*
Added beginnings of browser-process support for shared workers.
atwilson@chromium.org
2009-11-05
6
-34
/
+50
*
Always enable Breakpad if using --enable-crash-reporter flag
nirnimesh@chromium.org
2009-11-05
1
-3
/
+6
*
Push the Omaha app guid into the browser distribution classes to remove compi...
robertshield@chromium.org
2009-11-05
2
-3
/
+6
*
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
*
Show only one app menu. Cole pointed out that ChromeOS currently has two almo...
oshima@chromium.org
2009-11-05
10
-23
/
+62
*
Coverity: Fix unnecessary Singleton object instantiation.
mattm@chromium.org
2009-11-05
11
-16
/
+16
*
Remove what appears to be an unused variable.
eroman@chromium.org
2009-11-05
2
-8
/
+4
*
Fix a bug where we were over compensating for the height of the
tony@chromium.org
2009-11-05
1
-1
/
+1
*
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
[next]