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 linux-views build by adding a header change I missed in my previous check...
snej@chromium.org
2009-09-08
2
-2
/
+5
*
Fleshes out the tooltip implementation for views on Gtk. It doesn't
sky@chromium.org
2009-09-08
2
-41
/
+20
*
Plumb the DragOperation through all the layers between the platform Drag-n-dr...
snej@chromium.org
2009-09-08
21
-111
/
+196
*
Disable interactive_ui_tests failing as of WebKit merge 48098:48155 due to up...
japhet@chromium.org
2009-09-08
1
-10
/
+10
*
finished testing functions and added events to bookmark tests.
erikkay@chromium.org
2009-09-08
2
-4
/
+0
*
Final tweaks to download item look on OS X. It now looks pretty much like on ...
thakis@chromium.org
2009-09-08
4
-22
/
+70
*
Pass printing result to the browser.
maruel@chromium.org
2009-09-08
2
-4
/
+47
*
DevTools: fix flakiness of DevToolsSanityTest/TestProfilerTab.
mnaganov@chromium.org
2009-09-08
1
-2
/
+1
*
Refactor DOM storage to be more object oriented. All the DOMStorageDispatche...
jorlow@chromium.org
2009-09-08
12
-150
/
+511
*
Refuse to render RSS as XML by treating the response as text/plain. This is
abarth@chromium.org
2009-09-07
1
-0
/
+13
*
Fix some gcc 4.4 issues when compiling with toolkit_views.
craig.schlenter@chromium.org
2009-09-07
2
-5
/
+6
*
Added USE_GDK, set when either TOOLKIT_GTK or TOOLKIT_VIEWS is set but
benl@chromium.org
2009-09-07
1
-1
/
+1
*
Chrome side of the fix for http://b/issue?id=1694574, which is a bug caused w...
ananta@chromium.org
2009-09-06
7
-46
/
+192
*
Fix issue 20934: Omnibox keyboard behavior wrong for "See recent pages in his...
suzhe@chromium.org
2009-09-06
2
-30
/
+36
*
Fix adjacent separators when not running with --enable-sync.
pkasting@chromium.org
2009-09-05
1
-1
/
+1
*
[Mac] Fix Omnibox keyword-search color.
shess@chromium.org
2009-09-05
1
-6
/
+5
*
Rename X-Force-TLS to Strict-Transport-Security.
abarth@chromium.org
2009-09-05
11
-135
/
+134
*
DevTools: re-enable some devtools interactive ui tests that started to fail a...
yurys@google.com
2009-09-05
1
-4
/
+4
*
Reverting 25574.
yurys@google.com
2009-09-05
1
-4
/
+4
*
DevTools: re-enable some devtools interactive ui tests that started to fail a...
yurys@google.com
2009-09-05
1
-4
/
+4
*
Fix small pixel glitches in omnibox dropdown corners.
pkasting@chromium.org
2009-09-05
2
-4
/
+15
*
[Mac] Add testing code to expose an NSColor memory leak.
shess@chromium.org
2009-09-05
4
-7
/
+77
*
[Mac] Drop shadow for Omnibox popup.
shess@chromium.org
2009-09-05
2
-22
/
+15
*
This CL changes the CookieStore obect to be a refcounted object to get a bett...
ananta@chromium.org
2009-09-05
6
-29
/
+18
*
Move the "history is too new" dialog out of
tony@chromium.org
2009-09-05
9
-18
/
+57
*
Allow the default browser check to return "unknown" and reflect that in the UI.
mdm@chromium.org
2009-09-04
8
-48
/
+90
*
GTK: Chrome themes should use COLOR_BOOKMARK_TEXT for most download item text.
erg@google.com
2009-09-04
1
-28
/
+19
*
Make the extension shelf appear on the left of the bookmark bar, instead of o...
sidchat@google.com
2009-09-04
2
-17
/
+58
*
Convert std::wstring encoding names to std::string in a bunch of files.
tony@chromium.org
2009-09-04
26
-213
/
+224
*
Make sure theme loading bubble is cancelled when extension install is cancelled.
mirandac@chromium.org
2009-09-04
1
-0
/
+5
*
NNTP: Updating the thumbnail size to match the size we use on the new
arv@google.com
2009-09-04
1
-2
/
+2
*
Remove non-full paints from uninitialized backing store
cpu@chromium.org
2009-09-04
2
-6
/
+7
*
Delete all precompiled support. It is causing more harm than good, especially...
maruel@chromium.org
2009-09-04
2
-3
/
+9
*
(Mac) Display the bookmark bar off-the-side menu on mouse down. Also align th...
viettrungluu@chromium.org
2009-09-04
5
-17
/
+82
*
Disable interactive_ui_tests::TestProfilerTab for now.
mnaganov@chromium.org
2009-09-04
1
-1
/
+2
*
Revert one more piece of ie_importer.cc I left out in the last revert.
jhawkins@chromium.org
2009-09-04
1
-1
/
+1
*
Revert 25478 which was causing Mac valgrind failures.
asargent@chromium.org
2009-09-04
1
-5
/
+6
*
Revert changes to ie_importer.cc from r25498. The builder doesn't like somet...
jhawkins@chromium.org
2009-09-04
1
-15
/
+15
*
Use ScopedComPtr instead of CComPtr to reduce a dependency on ATL.
jhawkins@chromium.org
2009-09-04
12
-58
/
+65
*
Use system background color for info bubbles. This causes some problems righ...
pkasting@chromium.org
2009-09-04
2
-9
/
+7
*
Intercept HTTP requests for documents that GView is capable of displaying (such
davemoore@chromium.org
2009-09-04
4
-0
/
+211
*
DevTools: disable 4 sanity tests during deps roll.
victorw@chromium.org
2009-09-04
1
-4
/
+4
*
Use system themes where possible in Omnibox edit and dropdown; in other cases...
pkasting@chromium.org
2009-09-04
7
-152
/
+216
*
Strip .plugin off of Mac plugin names when showing the crash info bar.
stuartmorgan@google.com
2009-09-04
1
-1
/
+10
*
Enable the XSSAuditor by default.
abarth@chromium.org
2009-09-04
1
-1
/
+1
*
GTK: Implement folder chooser dialog.
estade@chromium.org
2009-09-04
1
-6
/
+43
*
[Mac] Fix Omnibox keyword-search color.
shess@chromium.org
2009-09-04
1
-6
/
+5
*
[Mac] Make Omnibox a little bit transparent.
shess@chromium.org
2009-09-04
1
-3
/
+7
*
NNTP: Make the option button pressed when the option menu is open.
arv@google.com
2009-09-04
2
-1
/
+4
*
ForceTLS: persist to disk
agl@chromium.org
2009-09-04
4
-6
/
+149
[next]