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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Porting the table view to Linux toolkit views.
jcampan@chromium.org
2009-12-01
1
-1
/
+1
*
Change the default sans-serif font back to Simsun from Simhei. Simhei is more...
jshin@chromium.org
2009-12-01
1
-1
/
+1
*
Allow preferences updates with Value. This is needed for:
albertb@google.com
2009-12-01
2
-0
/
+19
*
Add a "// namespace" comment after the closing curly brace
wtc@chromium.org
2009-12-01
1
-1
/
+1
*
Optimize the rendering when there are pending key events.
suzhe@chromium.org
2009-12-01
2
-97
/
+145
*
Adding and cleaning up screenshots
kathyw@google.com
2009-12-01
25
-84
/
+32
*
Plumping for taking LSID cookie from ProfileSyncService to GaiaAuthenticator.
albertb@google.com
2009-12-01
10
-29
/
+136
*
GTK: add middle click and right click functionality to maximize button.
estade@chromium.org
2009-12-01
4
-10
/
+64
*
This fixes an issue where view source on a local file would return a
gspencer@google.com
2009-12-01
1
-1
/
+1
*
Makes the chevron throb after a user sync'ed his bookmarks (if the overflow m...
tim@chromium.org
2009-11-30
3
-46
/
+60
*
Linux cookies view: ui cleanups to match win.
mattm@chromium.org
2009-11-30
3
-16
/
+87
*
Changed AudioRendererImplTest and DeferredResourceLoadingTest tests so they d...
apatrick@google.com
2009-11-30
2
-2
/
+17
*
Marking one more as flaky test. This failed 3 times out of 20 invocations.
oshima@chromium.org
2009-11-30
1
-0
/
+4
*
Revert 33344 - Relocate plugin list fetching to PluginService
jamesr@chromium.org
2009-11-30
8
-138
/
+71
*
Fix text to match screenshot.
kathyw@google.com
2009-11-30
2
-2
/
+2
*
Linux: Adds back the ability to filter cookies by origin in the cookies optio...
mattm@chromium.org
2009-11-30
5
-11
/
+277
*
GTK: Dynamically adjust width of download item dangerous warning.
estade@chromium.org
2009-11-30
3
-15
/
+36
*
win: change link color in crash page to white.
kuan@chromium.org
2009-11-30
1
-1
/
+2
*
Remove another instance of using the transient pref service. This pref
tony@chromium.org
2009-11-30
3
-9
/
+7
*
Fixes views/gtk build. ImporterView is windows specific.
sky@chromium.org
2009-11-30
3
-4
/
+10
*
Relocate plugin list fetching to PluginService
evan@chromium.org
2009-11-30
8
-71
/
+138
*
Enable sync by default on all platforms.
akalin@chromium.org
2009-11-30
2
-4
/
+8
*
Mark GetJavaScriptURL2 as flaky.
willchan@chromium.org
2009-11-30
1
-1
/
+2
*
Disable BugReportWindowController tests.
willchan@chromium.org
2009-11-30
1
-2
/
+4
*
Step 1 in getting rid of transient prefs. Move over --homepage to
tony@chromium.org
2009-11-30
2
-17
/
+15
*
Adds link to bookmark bar that when clicked imports bookmarks. I also
sky@chromium.org
2009-11-30
11
-21
/
+218
*
Add -profile command line switch
davemoore@chromium.org
2009-11-30
20
-370
/
+156
*
Remove std::wstring from most of net/base/escape.h.
darin@chromium.org
2009-11-30
2
-9
/
+12
*
[GTTF] Reduce header dependencies in chrome.
phajdan.jr@chromium.org
2009-11-30
65
-14
/
+85
*
Revert 33318 - Enable sync by default on all platforms.
akalin@chromium.org
2009-11-30
1
-2
/
+4
*
Define the GetPeerName method of the ClientSocket interface for all
wtc@chromium.org
2009-11-30
2
-7
/
+2
*
Enable sync by default on all platforms.
akalin@chromium.org
2009-11-30
1
-4
/
+2
*
Don't save popup blocker whitelist modifications performed while off the record.
pkasting@chromium.org
2009-11-30
2
-13
/
+27
*
Revert 33301 and 33305 due to unit_tests breakage.
maruel@chromium.org
2009-11-30
66
-84
/
+21
*
Fix compile for ChromeOS by #including needed headers.
phajdan.jr@chromium.org
2009-11-30
2
-0
/
+2
*
Draw the normal window's frame in maximized mode. See BUG for more detail. Da...
oshima@chromium.org
2009-11-30
8
-16
/
+58
*
[GTTF] Reduce header dependencies in chrome.
phajdan.jr@chromium.org
2009-11-30
64
-21
/
+82
*
Show chromium os version in about panel
davemoore@chromium.org
2009-11-30
2
-0
/
+61
*
Clear the target/action of the close button when the view goes into the closi...
pinkerton@chromium.org
2009-11-30
2
-1
/
+12
*
Integrate BlacklistManager with Profile.
phajdan.jr@chromium.org
2009-11-30
22
-229
/
+315
*
DevTools: fix on Linux and reenable DevToolsSanityTest.TestPauseWhenScriptIsR...
yurys@chromium.org
2009-11-30
1
-1
/
+1
*
Mac: improve apparent z-order problems when switching Spaces.
viettrungluu@chromium.org
2009-11-30
3
-12
/
+33
*
DevTools: temporarily diable DevToolsSanityTest.TestPauseWhenScriptIsRunning ...
yurys@chromium.org
2009-11-30
1
-1
/
+1
*
DevTools: process pause script request on the IO thread. To pause already run...
yurys@chromium.org
2009-11-30
7
-12
/
+47
*
Disable TabSwitchingUITest.GenerateTabSwitchStats
hamaji@chromium.org
2009-11-30
1
-1
/
+1
*
Revert 33255 - Report active extensions in crash reports. This only implement...
nsylvain@chromium.org
2009-11-30
11
-180
/
+50
*
Revert 33256 - Fix build break from r33255.
nsylvain@chromium.org
2009-11-30
2
-2
/
+2
*
Disable DevToolsExtensionDebugTest.TestContentScriptIsPresent because
nsylvain@chromium.org
2009-11-30
1
-1
/
+2
*
Add acknowledgement messages for PluginMsg_UpdateGeometry. On the Mac, use
mark@chromium.org
2009-11-30
7
-13
/
+151
*
Add /sbin and /usr/sbin to .keystone_install's PATH
mark@chromium.org
2009-11-30
1
-0
/
+7
[next]