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 BrowserTest.NoTitle/Title for chromeos build.
oshima@chromium.org
2009-11-09
2
-7
/
+9
*
Fix issue 5982
xiyuan@chromium.org
2009-11-09
1
-1
/
+1
*
Tentatively reenabling tests now that I fixed a test running before this one
jcampan@chromium.org
2009-11-09
1
-6
/
+2
*
Add UI for turning on/off network devices.
chocobo@google.com
2009-11-09
4
-84
/
+336
*
Get rid of flickering of the old tab in the content area, caused by not drawi...
pinkerton@chromium.org
2009-11-09
1
-1
/
+4
*
Landing georgey's CL
jcampan@chromium.org
2009-11-09
2
-15
/
+17
*
w pixels * 4 channels * 8 bits/channel / 8 bits/byte = w * 4 bytes/row
mark@chromium.org
2009-11-09
1
-2
/
+2
*
[Mac] Adds a "fast resize mode" in which the RenderWidgetHostViewCocoa is cli...
rohitrao@chromium.org
2009-11-09
8
-2
/
+178
*
Make the target window main when dragging a tab onto it so it looks more like...
pinkerton@chromium.org
2009-11-09
1
-1
/
+7
*
Makes the window not autocalculate its content border thickness, and fixes it
dmaclach@chromium.org
2009-11-09
2
-8
/
+27
*
Makes it so app_modal_dialog_gtk can work with views/gtk.
sky@chromium.org
2009-11-09
1
-5
/
+5
*
Revert 31419 - Commit Issue 255057: Unit Test for Toggling of Encoding AutoDe...
willchan@chromium.org
2009-11-09
3
-123
/
+7
*
Fix a memory leak in ExtensionsServiceTest by ensuring that the message loop
phajdan.jr@chromium.org
2009-11-09
2
-0
/
+15
*
Theme the text of the download item so it's readable with dark themes.
avi@chromium.org
2009-11-09
1
-0
/
+23
*
First cut at Exit Fullscreen bubble on Linux.
tony@chromium.org
2009-11-09
4
-0
/
+159
*
Revert 31458 - Revert "Always destroy the ExtensionsService on UI thread."
willchan@chromium.org
2009-11-09
1
-2
/
+5
*
Revert "Always destroy the ExtensionsService on UI thread."
phajdan.jr@chromium.org
2009-11-09
1
-5
/
+2
*
BrowserTabStrip should not be a TabStrip2 subclass, instead, it should just u...
ben@chromium.org
2009-11-09
3
-21
/
+27
*
Adds more debugging code in hopes of figuring out why on dragging the
sky@chromium.org
2009-11-09
5
-27
/
+141
*
Mark DOMStorageTest.LocalStorageLayoutTests as flaky.
willchan@chromium.org
2009-11-09
1
-1
/
+1
*
Try one other thing temporarily to try to determine cause for a flaky test.
finnur@chromium.org
2009-11-09
1
-1
/
+5
*
Fix for a test that was sending a Ctrl-Esc instead of Esc key events.
jcampan@chromium.org
2009-11-09
1
-1
/
+1
*
Make AutomatedUITestBase.CloseBrowserWindow more solid.
phajdan.jr@chromium.org
2009-11-09
1
-1
/
+1
*
Always destroy the ExtensionsService on UI thread.
phajdan.jr@chromium.org
2009-11-09
1
-2
/
+5
*
Fix tests.
thakis@chromium.org
2009-11-09
1
-2
/
+5
*
Make download items less annoying by handling clicks more correctly.
thakis@chromium.org
2009-11-09
1
-12
/
+15
*
Mac: Theme "Show all downloads..." link.
thakis@chromium.org
2009-11-09
4
-3
/
+53
*
Mac: Let status bubble dodge to the right if necessary.
thakis@chromium.org
2009-11-09
2
-15
/
+32
*
Mac: Make download shelf use GTM ui stuff.
thakis@chromium.org
2009-11-09
3
-64
/
+4
*
Commit Issue 255057: Unit Test for Toggling of Encoding Auto-Detect
rolandsteiner@chromium.org
2009-11-09
3
-7
/
+123
*
Linux: Catch plugin crashes.
thestig@chromium.org
2009-11-09
8
-145
/
+190
*
Fix memory leak I introduced in my earlier change.
jam@chromium.org
2009-11-09
2
-9
/
+7
*
Kiosk Mode implementation.
mhm@chromium.org
2009-11-09
13
-2
/
+102
*
DevTools: handle the case where client host is disposed while in the list of ...
pfeldman@chromium.org
2009-11-08
2
-17
/
+23
*
Fix NSString conversions to treat a null NSString as a string of length 0, in...
mirandac@chromium.org
2009-11-08
2
-11
/
+7
*
Modifying extension automation so that it is done through a particular
joi@chromium.org
2009-11-08
8
-67
/
+186
*
Make sure we don't get an outside array element.
jeremy@chromium.org
2009-11-08
3
-7
/
+7
*
Remove flaky label for FindInPageControllerTest.FindDisappearOnNavigate
finnur@chromium.org
2009-11-08
1
-3
/
+1
*
Fix toolkit_views build
ben@chromium.org
2009-11-08
1
-3
/
+3
*
Move all the stuff relating to detached tab dragging out of BrowserFrameWin a...
ben@chromium.org
2009-11-07
4
-87
/
+109
*
Mark BrowserTest.SingleBeforeUnloadAfterWindowClose as flaky.
thestig@chromium.org
2009-11-07
1
-1
/
+1
*
Allow return key to add new line in description text field.
mirandac@chromium.org
2009-11-07
2
-2
/
+18
*
Amit, please review everything.
ananta@chromium.org
2009-11-07
4
-7
/
+39
*
Fix threading issues in BlacklistManager, using new ChromeThread.
phajdan.jr@chromium.org
2009-11-07
5
-200
/
+112
*
DevTools: Wire Ctrl+Shift+I to DevTools, Ctrl+Shift+J to JavaScript console. ...
pfeldman@chromium.org
2009-11-07
2
-4
/
+4
*
Allow the seccomp sandbox to be enabled, even if the suid sandbox has
markus@chromium.org
2009-11-07
1
-7
/
+37
*
Fix typo from r31351
aa@chromium.org
2009-11-07
1
-1
/
+1
*
Reland Extension Installed InfoBubble
rafaelw@chromium.org
2009-11-07
10
-26
/
+438
*
Basic wiring to enable downloads for CF's host browser network stack. A nota...
tommi@chromium.org
2009-11-07
14
-36
/
+79
*
Clear disk cache when the cache is not initialized
hclam@chromium.org
2009-11-07
1
-6
/
+4
[next]