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
*
Revert 46567 - Reimplement accessibility of web content by caching the entire
zork@chromium.org
2010-05-07
12
-923
/
+645
*
Handle CBF_SMBITMAP in the async version of the IPC.
cevans@chromium.org
2010-05-06
1
-0
/
+4
*
Revert 46592 - Disallow display of multiple experimental.extension.popup(...)...
zork@chromium.org
2010-05-06
6
-81
/
+20
*
Mark DevToolsSanityTest.TestStepIn as flaky on CrOS.
thestig@chromium.org
2010-05-06
1
-1
/
+7
*
Revert 46611 - Quick fix to browser tests failure for http://codereview.chrom...
zork@chromium.org
2010-05-06
1
-8
/
+6
*
Changed URLFetcher unittests to use MessageLoopProxyImpl instead of ChromeThr...
sanjeevr@chromium.org
2010-05-06
1
-25
/
+39
*
Moved everything in browser/sync/net to common/net.
akalin@chromium.org
2010-05-06
14
-1262
/
+0
*
[Mac] Fixes janky animations in the omnibox popup.
rohitrao@chromium.org
2010-05-06
2
-16
/
+43
*
Use normal browser window as PageInfoView's parent rather than the popup brow...
xiyuan@chromium.org
2010-05-06
1
-2
/
+13
*
Mousing over the bookmark bar now behaves properly when traversing a non-fold...
mrossetti@chromium.org
2010-05-06
3
-40
/
+76
*
Add Chromium side implementation for WebFileSystem interface in WebKit.
jianli@chromium.org
2010-05-06
2
-0
/
+60
*
Get rid of some dead bookmark context menu code.
viettrungluu@chromium.org
2010-05-06
12
-220
/
+84
*
some more fixes for ignored scoped_ptr::release() calls
estade@chromium.org
2010-05-06
6
-20
/
+17
*
Use normal browser window as parent for extension prompt window.
xiyuan@chromium.org
2010-05-06
1
-0
/
+7
*
Host reset options dialog with NativeDialogHost on ChromeOS
xiyuan@chromium.org
2010-05-06
1
-1
/
+1
*
Host cookie modal dialog and js modal modal dialog in NativeDialogHost
xiyuan@chromium.org
2010-05-06
6
-41
/
+110
*
Implemented cache invalidation listener in sync_listen_notifications.
akalin@chromium.org
2010-05-06
3
-30
/
+598
*
Mac: add a l10n_util::GetNSStringF() which gets offsets as well.
viettrungluu@chromium.org
2010-05-06
1
-6
/
+5
*
Check for null pointer that can occur when tab is closed quickly after
dmazzoni@chromium.org
2010-05-06
1
-1
/
+3
*
Fix a possible crash introduced by r46412 by not accessing the result variabl...
evan@chromium.org
2010-05-06
1
-5
/
+4
*
Use net::HttpRequestHeaders instead of std::string in URLRequest and friends.
willchan@chromium.org
2010-05-06
3
-17
/
+24
*
Quick fix to browser tests failure for http://codereview.chromium.org/1921003
ericdingle@google.com
2010-05-06
1
-6
/
+8
*
Fix NULL vs 0 problems which break the build with -Werror using GCC 4.5
evan@chromium.org
2010-05-06
13
-21
/
+20
*
Refactor WifiNetwork, CellularNetwork, and EthernetNetwork into classes to ma...
chocobo@chromium.org
2010-05-06
11
-283
/
+300
*
Disallow display of multiple experimental.extension.popup(...) windows.
ericdingle@google.com
2010-05-06
6
-20
/
+81
*
Created a stock implementation of the MessageLoopProxy interface than can be ...
sanjeevr@chromium.org
2010-05-06
13
-21
/
+27
*
Fix crash in tab_contents_view_gtk.cc when delegate is NULL.
dpolukhin@chromium.org
2010-05-06
1
-8
/
+12
*
The app launcher had a height of zero as it was not getting preferred size up...
jcivelli@google.com
2010-05-06
4
-4
/
+11
*
Mark ExtensionInstallUIBrowserTest.TestThemeInstallUndoResetsToDefault as flaky.
phajdan.jr@chromium.org
2010-05-06
1
-1
/
+2
*
Disable ExtensionApiTest.Tabs, it flakily exceeds test timeout.
phajdan.jr@chromium.org
2010-05-06
1
-8
/
+2
*
Disable SSLUITest.TestUnauthenticatedFrameNavigation, it flakily exceeds test...
phajdan.jr@chromium.org
2010-05-06
1
-1
/
+2
*
Disable BrowserTest.CommandCreateAppShortcut, it flakily times out.
phajdan.jr@chromium.org
2010-05-06
1
-1
/
+2
*
Changing a NOTREACHED to a DLOG(ERROR) since we hit this when running the net...
tommi@chromium.org
2010-05-06
1
-1
/
+1
*
Rename all occurrences of "app extension" with "extension app" since we were ...
aa@chromium.org
2010-05-06
21
-185
/
+185
*
Allows browser tests to run with recent change
davemoore@chromium.org
2010-05-06
1
-0
/
+8
*
Add debugging statement and mark recently-added test as flaky
dmazzoni@chromium.org
2010-05-06
1
-2
/
+7
*
Removed drek left over from an earlier expirement.
mrossetti@chromium.org
2010-05-06
1
-3
/
+0
*
The button was being told to highlight but then it was not being told it need...
mrossetti@chromium.org
2010-05-06
1
-0
/
+4
*
Reimplement accessibility of web content by caching the entire
dmazzoni@chromium.org
2010-05-06
12
-645
/
+921
*
Rollback http://codereview.chromium.org/1820002
dpolukhin@chromium.org
2010-05-06
16
-499
/
+318
*
Add ability to place bubble arrow on left and right side of the bubble or mak...
dpolukhin@chromium.org
2010-05-06
16
-318
/
+499
*
Add some defensive checks.
yusukes@chromium.org
2010-05-06
1
-5
/
+20
*
DevTools: keep manual docked state update until corresponding webkit change l...
pfeldman@chromium.org
2010-05-06
1
-0
/
+2
*
DevTools: inspector tabs are initially drawn in the undocked style even for d...
pfeldman@chromium.org
2010-05-06
2
-4
/
+20
*
Add hooks to fetch about:plugins info for PyAuto.
nirnimesh@chromium.org
2010-05-06
2
-1
/
+116
*
A var was not initialized.
jcivelli@chromium.org
2010-05-06
1
-1
/
+2
*
Fix a crasher withe the AppLauncher on Linux.
jcivelli@chromium.org
2010-05-06
1
-0
/
+4
*
Initial support for web-extent background pages.
rafaelw@chromium.org
2010-05-06
13
-55
/
+454
*
Removed some dependencies on sync from GaiaAuthenticator so that it can be mo...
sanjeevr@chromium.org
2010-05-06
4
-12
/
+30
*
Branded stable channel builds should not display any text after the version
mark@chromium.org
2010-05-06
1
-1
/
+6
[next]