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
*
Fix an invalid read in CocoaCookieTreeNode that occurs when filtering cookies...
rsesek@chromium.org
2010-01-27
4
-19
/
+61
*
Made clock button work when browser is not initialized.
avayvod@chromium.org
2010-01-27
2
-5
/
+12
*
Made language menu button independent of whether initialized browser object
avayvod@chromium.org
2010-01-27
2
-16
/
+30
*
POSIX: Use Shared Mem transport to copy images.
jeremy@chromium.org
2010-01-27
2
-19
/
+37
*
RSS extension was not finding feeds specified with
finnur@chromium.org
2010-01-27
1
-0
/
+20
*
Fix remaining flakiness in FindMoveIfObscuring browser test.
finnur@chromium.org
2010-01-27
1
-3
/
+3
*
Add overflow menu to the browser action container (part 2 of
finnur@chromium.org
2010-01-27
6
-16
/
+201
*
[Mac]Implement Cut, Copy and Paste from page menu
suzhe@chromium.org
2010-01-27
5
-13
/
+19
*
The FindMovesWhenObscuring test is still flaky on the builders. Marking it ac...
ananta@chromium.org
2010-01-27
1
-1
/
+2
*
Fixed bug involving destruction order in GaiaAuth.
akalin@chromium.org
2010-01-27
2
-8
/
+25
*
Moved GetUserDirectory() into mac_util.mm.
akalin@chromium.org
2010-01-27
1
-18
/
+9
*
Do not try to swap chrome.exe if machine is shutting down.
kuchhal@chromium.org
2010-01-27
1
-1
/
+2
*
linux: also load plugins from ~/.config/google-chrome/Plugins
evan@chromium.org
2010-01-27
1
-0
/
+10
*
Don't emit focus event when moving focus around when re-creating fixed widget.
oshima@chromium.org
2010-01-27
1
-4
/
+4
*
Unload and BeforeUnload handlers would not get invoked within pages inside Ch...
ananta@chromium.org
2010-01-27
4
-14
/
+35
*
Change hardcoded strings (!) in Mac unittest to match real string changes.
pkasting@chromium.org
2010-01-27
1
-2
/
+2
*
GTK: Use GTK+ theme selection colors and plumb them into webkit. [Chromium si...
erg@google.com
2010-01-27
3
-9
/
+48
*
Code Cleanup: Browser::CreateForApp can no longer create TYPE_APP_POPUP windows
rafaelw@chromium.org
2010-01-26
2
-9
/
+8
*
Add infobar warning user of extension install failure when trying to install ...
estade@chromium.org
2010-01-26
1
-5
/
+25
*
[Mac] Possibly prevent crashes by properly handling missing/invalid favicons ...
rohitrao@chromium.org
2010-01-26
1
-1
/
+10
*
GTK: disable the find bar error bell.
estade@chromium.org
2010-01-26
1
-1
/
+5
*
Prevents a crash that occurs when multiple ExtensionHost objects point to the...
andybons@chromium.org
2010-01-26
2
-21
/
+43
*
Split chromeos options page into system and internet.
chocobo@chromium.org
2010-01-26
15
-345
/
+407
*
Fixed race condition with AddressWatchTask and ServerConnectionManager.
akalin@chromium.org
2010-01-26
3
-22
/
+11
*
Content Settings dialog and related Options UI changes.
zelidrag@chromium.org
2010-01-26
17
-346
/
+1691
*
Remove a bunch of 0 byte files. (due to git-svn misbehavior?)
thestig@chromium.org
2010-01-26
6
-0
/
+0
*
Enable the appcache by default and add a cmd line switch to optionally disabl...
michaeln@chromium.org
2010-01-26
2
-2
/
+2
*
Enable extension tests now that upstream r53815 has fixed the crash in pthrea...
dimich@chromium.org
2010-01-26
1
-15
/
+0
*
Fixes flakiness in session restore test. I'm adding two things:
sky@chromium.org
2010-01-26
3
-8
/
+29
*
Associate popups with the top level frame instead of the security origin.
erg@google.com
2010-01-26
17
-64
/
+48
*
[Mac] Give the cookies manager a search field.
rsesek@chromium.org
2010-01-26
3
-0
/
+65
*
ChromiumOS: Automatically send try jobs to the linux_chromeos try bot for cha...
thestig@chromium.org
2010-01-26
1
-0
/
+12
*
Add support for UserIdleTime to Linux.
zork@chromium.org
2010-01-26
4
-74
/
+177
*
Fix GTK version of options dialog to place it to the center of last active br...
dpolukhin@chromium.org
2010-01-26
1
-0
/
+41
*
Remove literal dependencies on browser for network menu button (actually
avayvod@chromium.org
2010-01-26
2
-7
/
+6
*
Mac bookmark mgr: Add tooltips to buttons.
snej@chromium.org
2010-01-26
2
-3
/
+13
*
(Second attempt at http://codereview.chromium.org/553069/show -- this time in...
joth@chromium.org
2010-01-26
14
-0
/
+1940
*
Mac: Improve task manager column resizing, set min window size.
thakis@chromium.org
2010-01-26
1
-2
/
+57
*
Install/uninstall dialog had stopped showing Uninstall
finnur@chromium.org
2010-01-26
1
-1
/
+1
*
Fix for Mac tooltip crasher.
snej@chromium.org
2010-01-26
2
-0
/
+8
*
Enable "Import Settings" button in preferences dialog.
jeremy@chromium.org
2010-01-26
1
-1
/
+7
*
DevTools: fix and reenable DevToolsSanityTest.TestShowScriptsTab. Only check ...
yurys@chromium.org
2010-01-26
1
-2
/
+1
*
Create initial GPU backing store in the GPU process for X windows applications.
brettw@chromium.org
2010-01-26
16
-446
/
+82
*
Handle storage events locally when possible.
jorlow@chromium.org
2010-01-26
4
-24
/
+43
*
Revert 37061 because it caused ui_tests to not finish.
jorlow@chromium.org
2010-01-26
2
-111
/
+123
*
Disable failing browser test.
jorlow@chromium.org
2010-01-26
1
-1
/
+2
*
re-try r37025 with fix for incognito mode
estade@chromium.org
2010-01-25
2
-123
/
+111
*
Mac: Rebuild Bookmarks menu only when it's pulled down.
snej@chromium.org
2010-01-25
5
-21
/
+90
*
Lands http://codereview.chromium.org/552136 for bryeung:
sky@chromium.org
2010-01-25
1
-0
/
+3
*
[Mac] Add methods to prevent tab detaching or window moving if needed. Modif...
rohitrao@chromium.org
2010-01-25
3
-12
/
+26
[next]