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
*
Remove the "Bookmark sync" menu item
arv@chromium.org
2009-12-15
3
-33
/
+6
*
Deal with themes that don't provide certain sections. Fixes crasher in new th...
erg@google.com
2009-12-15
2
-8
/
+39
*
Remove -lGL from chrome.gyp which I accidentally checked in.
brettw@chromium.org
2009-12-15
1
-1
/
+0
*
[Mac] Fix a very silly leak in FindBarViewTest.
rohitrao@chromium.org
2009-12-15
2
-8
/
+6
*
Move the utility process messages to their own file now that we have more than
brettw@chromium.org
2009-12-15
7
-95
/
+138
*
Fix uninitialized variable if ENABLE_GPU is not set
piman@chromium.org
2009-12-15
1
-0
/
+2
*
Fix for Debug crasher in safe browsing updater.
mirandac@chromium.org
2009-12-15
1
-11
/
+20
*
mac: totally revamp "Aw Snap" page, implement new "Learn more" link, add unit...
kuan@chromium.org
2009-12-15
12
-77
/
+874
*
Move channel (beta,dev,stable) determination code to a common location.
jrg@chromium.org
2009-12-15
8
-85
/
+123
*
Reattempt at r465143. The UI tests rely too heavily on the current behavior o...
andybons@chromium.org
2009-12-15
4
-7
/
+36
*
Implemented OS X version of NetworkStatusDetectorTaskMac.
akalin@chromium.org
2009-12-15
5
-3
/
+516
*
NTP: Hide the notifier when restoring all removed thumbnails.
arv@chromium.org
2009-12-15
1
-0
/
+4
*
Disable MultipleWorkers on Linux as it is failing sporadically.
atwilson@chromium.org
2009-12-15
1
-0
/
+6
*
Mac: fix warnings for TabView.xib.
viettrungluu@chromium.org
2009-12-15
1
-7
/
+7
*
GTK: Fix regression where we don't build tinted buttons in GTK theme mode.
erg@google.com
2009-12-15
6
-40
/
+69
*
Make a shared app menu model and update win and mac to use it. Remove the NSM...
pinkerton@chromium.org
2009-12-15
14
-761
/
+261
*
Add link to new themes page on the Chromium wiki.
kathyw@google.com
2009-12-15
2
-3
/
+28
*
Use a ConditionVariable in place of WaitableEvent in BookmarkModelWorker.
tim@chromium.org
2009-12-15
2
-18
/
+23
*
Commit issue 464079 for feldstein: limit the clear browsing data window to on...
mirandac@chromium.org
2009-12-15
6
-19
/
+69
*
Committing issue 484006 for feldstein.
mirandac@chromium.org
2009-12-15
11
-193
/
+2293
*
Handle unexpected connection close during SSL handshake on Mac
kinuko@chromium.org
2009-12-15
1
-8
/
+1
*
Enable/disable "next/previous tab" commands when there is only 1 tab.
pinkerton@chromium.org
2009-12-15
1
-0
/
+4
*
Make ProcessWatcher use kqueues on Mac.
jeremy@chromium.org
2009-12-15
7
-8
/
+182
*
Updating trunk VERSION from 271.0 to 272.0
chrome-bot@google.com
2009-12-15
1
-1
/
+1
*
DevTools: repair DevToolsExtensionDebugTest.TestContentScriptIsPresent
yurys@chromium.org
2009-12-15
1
-1
/
+1
*
DevTools: Restore sanity tests tests.
pfeldman@chromium.org
2009-12-15
1
-16
/
+16
*
Implement "Language Switcher" for Chromium OS. This change enables users to s...
yusukes@google.com
2009-12-15
7
-2
/
+515
*
Minor fix to get browser/extensions/page_action_apitest.cc building on Mac
kinuko@chromium.org
2009-12-15
2
-11
/
+11
*
Mac: make it even less likely that the renderer+Breakpad leaks Mach ports.
viettrungluu@chromium.org
2009-12-15
2
-1
/
+18
*
[Mac] Close the font panel when closing the font settings sheet.
rsesek@chromium.org
2009-12-15
1
-0
/
+2
*
Fix a leak added in r34510. We need to delete old ChangeProcessors.
tony@chromium.org
2009-12-15
1
-0
/
+1
*
Disable anther DevTools sanity test that was missed in r34516.
tony@chromium.org
2009-12-15
1
-1
/
+1
*
Disable DevTools sanity tests pending investigation.
dglazkov@chromium.org
2009-12-15
1
-15
/
+15
*
Fix badge center-alignment logic.
estade@chromium.org
2009-12-14
1
-1
/
+2
*
I refactored ChangeProcessor so that the common stuff can be reused by other
albertb@google.com
2009-12-14
13
-887
/
+1062
*
First steps toward page actions on Mac. Page action icons shold show and
pamg@google.com
2009-12-14
7
-67
/
+551
*
Add a regression test for http://crbug.com/29473
estade@chromium.org
2009-12-14
1
-2
/
+32
*
Fix a few languages: sync dialog box was cutting off the cancel button.
chron@google.com
2009-12-14
39
-44
/
+44
*
Refactor browser action apitest and port for mac.
kkania@chromium.org
2009-12-14
13
-155
/
+254
*
Fix issue 30244
xiyuan@chromium.org
2009-12-14
1
-2
/
+3
*
Disable "open in incognito window" for incognito windows.
avi@chromium.org
2009-12-14
1
-0
/
+8
*
[extensions] Position browser action popup correctly for RTL languages.
mhm@chromium.org
2009-12-14
1
-1
/
+3
*
Persist the order of extensions in the browser action toolbar across sessions.
estade@chromium.org
2009-12-14
5
-14
/
+122
*
Fix extension shutdown notification, take 2.
estade@chromium.org
2009-12-14
5
-12
/
+21
*
Gtk: improve performance of tab dragging.
estade@chromium.org
2009-12-14
4
-20
/
+22
*
Add a UI helper method to just get the sync status without needing labels.
akalin@chromium.org
2009-12-14
7
-23
/
+60
*
Try 2: Completely redo how themes are stored on disk and processed at install...
erg@google.com
2009-12-14
28
-1539
/
+1776
*
Set sync_unit_tests to large_module to disable incremental linking on 32 bits...
maruel@chromium.org
2009-12-14
1
-0
/
+9
*
Add reference build to tab switching tests.
chase@chromium.org
2009-12-14
4
-88
/
+126
*
Update the EmailThisPage to fix a problem with subject containing & causing a...
finnur@chromium.org
2009-12-14
2
-14
/
+17
[next]