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
...
*
ExtensionBrowserEventRouter now observes TAB_CONTENTS_DESTROYED. This became ...
rafaelw@chromium.org
2009-07-10
1
-14
/
+18
*
Linux: all the binary to be readable with the SUID sandbox.
agl@chromium.org
2009-07-10
1
-9
/
+13
*
Broke my own unittest. The expected behavior when calling
rohitrao@chromium.org
2009-07-10
1
-3
/
+8
*
Add default browser checking and setting on Linux.
mdm@chromium.org
2009-07-10
1
-0
/
+69
*
Implementation of Extension Updater.
asargent@chromium.org
2009-07-10
7
-38
/
+1266
*
Add getLanguage function to tab extension.
sidchat@google.com
2009-07-10
12
-7
/
+129
*
Enables find in page match counts on Mac.
rohitrao@chromium.org
2009-07-10
1
-11
/
+10
*
Properly restart extensions with no visible UI.
phajdan.jr@chromium.org
2009-07-10
1
-1
/
+7
*
A quick fix for Issue 15971.
hbono@chromium.org
2009-07-10
1
-3
/
+4
*
Revert "plugins: use OnChannelError to detect when the channel goes away"
evan@chromium.org
2009-07-10
2
-2
/
+0
*
plugins: use OnChannelError to detect when the channel goes away
evan@chromium.org
2009-07-10
2
-0
/
+2
*
Fix another string conversion with UTF16ToWideHack
ben@chromium.org
2009-07-10
1
-1
/
+1
*
Fix another string conversion with UTF16ToWideHack
ben@chromium.org
2009-07-10
1
-1
/
+1
*
GTK Themes: Provide the correct inactive frame tint color.
erg@google.com
2009-07-10
2
-4
/
+2
*
fix mac compile bustage - use a different string conversion function for GetC...
ben@chromium.org
2009-07-10
1
-1
/
+1
*
Convert some stuff to string16 so the toolkit_views build can build again
ben@chromium.org
2009-07-10
9
-35
/
+37
*
Fix window.close() not working for modal dialogs.
jam@chromium.org
2009-07-10
1
-0
/
+7
*
Improve performance of dragged tab renderering.
estade@chromium.org
2009-07-09
4
-91
/
+117
*
Always let other handlers run for render area mouse clicks.
estade@chromium.org
2009-07-09
1
-1
/
+3
*
Move some more interfaces on RenderViewHostDelegate to separate classes. The
brettw@chromium.org
2009-07-09
17
-233
/
+268
*
Remove dead code in RWHV Gtk.
estade@chromium.org
2009-07-09
1
-10
/
+0
*
GTK Themes: "Other bookmarks" button should use correct borders.
erg@google.com
2009-07-09
1
-0
/
+3
*
Adds code to position the tab overview button during animations. It
sky@chromium.org
2009-07-09
2
-2
/
+16
*
Add a rudamentary feed preview to the RSS extension. It
finnur@chromium.org
2009-07-09
10
-10
/
+217
*
Use the calculated dragged tab bounds when rendering the screenshot into the ...
jhawkins@chromium.org
2009-07-09
1
-3
/
+2
*
Change the window background color to the inactive color when the
tc@google.com
2009-07-09
4
-22
/
+166
*
If the init returns nil (don't throw) don't try to store that into the dict.
thomasvl@chromium.org
2009-07-09
1
-2
/
+3
*
GTK Theme: Localize "GTK Theme" button.
erg@google.com
2009-07-09
1
-1
/
+2
*
Make the filename in the downloads page wrap.
arv@google.com
2009-07-09
1
-3
/
+4
*
Added an helper namespace that provides fetches images from the app bundle an...
thomasvl@chromium.org
2009-07-09
10
-23
/
+166
*
GTK Themes: Prevent colors from "leaking through" by using an event box.
erg@google.com
2009-07-09
2
-3
/
+12
*
Fix the Linux tab strip zone calculation when using the skyline. We are look...
jhawkins@chromium.org
2009-07-09
1
-2
/
+3
*
Fix toolkit views bustage... bad conversion from string16 to std::wstring
ben@chromium.org
2009-07-09
1
-1
/
+1
*
Bring over most of the old TabRenderer into Tab2. No real logic changes here....
ben@chromium.org
2009-07-09
6
-33
/
+814
*
Scroll-wheeling, whilst over the tab-strip, now switches tabs on GTK/Linux.
jhawkins@chromium.org
2009-07-09
2
-5
/
+32
*
Make the API to open a message channel symmetric, so it works the same whethe...
mpcomplete@chromium.org
2009-07-09
6
-162
/
+222
*
Start Chrome button on First Run customize view should launch Chrome.
kuchhal@chromium.org
2009-07-09
2
-1
/
+1
*
Set the save file type index properly if there was only one file type.
paul@chromium.org
2009-07-09
1
-0
/
+2
*
Perf bots are "happy enough", enable the throbber for real.
pinkerton@chromium.org
2009-07-09
1
-22
/
+10
*
Disable media ui test again because it doesn't run without audio device
hclam@chromium.org
2009-07-09
1
-1
/
+1
*
Convert most flakiness-prone Browser UI tests to browser_tests framework.
phajdan.jr@chromium.org
2009-07-09
2
-76
/
+81
*
Enable UI test MediaTest.VideoBearH264
hclam@chromium.org
2009-07-09
1
-1
/
+1
*
Testing perfbots with throbber enabled
pinkerton@chromium.org
2009-07-09
1
-1
/
+1
*
Change ThumbnailStore to use sqlite instead of individual files try 2. Previo...
meelapshah@chromium.org
2009-07-09
7
-279
/
+226
*
Ensure that SDCH is initialized at all times.
jar@chromium.org
2009-07-09
1
-11
/
+8
*
Make the toolbar theme align with the left edge of the browser and the top ed...
glen@chromium.org
2009-07-09
4
-7
/
+10
*
A prototype of resource loading through automation
amit@chromium.org
2009-07-09
14
-33
/
+692
*
Copy parsed URL into CF_UNICODETEXT when user select entire of Omnibox.
hamaji@chromium.org
2009-07-09
1
-12
/
+15
*
I've seen recently a race condition while debugging printing. The pages are ...
sverrir@google.com
2009-07-09
1
-1
/
+5
*
Add 'resize_leading_on_bounds_change' property into the SingleSplitView.
pfeldman@chromium.org
2009-07-09
1
-0
/
+1
[prev]
[next]