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
*
Linux: detect the native (encrypted) password store to use by default.
mdm@chromium.org
2011-01-04
1
-12
/
+11
*
Refactor the install flow in the Chrome installer to use a single WorkItemLis...
robertshield@chromium.org
2011-01-04
16
-313
/
+754
*
Remove wstring from l10n_util. Part 4.
avi@chromium.org
2011-01-04
25
-178
/
+233
*
Fix browser-pid computation. The zygote is a child of the browser, and the
mbelshe@chromium.org
2011-01-04
1
-1
/
+2
*
Reduces the CPU usage when about:net-internals is open,
mmenke@chromium.org
2011-01-04
2
-21
/
+63
*
Enable the virtual keyboard in incognito mode.
sadrul@chromium.org
2011-01-04
1
-0
/
+1
*
Remove IDS_CHROMIUM_PROJECT_URL from locale_settings.grd
tfarina@chromium.org
2011-01-04
7
-15
/
+25
*
Remove 'using' declaration of ScopedBitmap from scoped_handle_win.h
tfarina@chromium.org
2011-01-03
1
-10
/
+12
*
Boldly increase the paint aggregation threshold. It turns out my previous value
brettw@chromium.org
2011-01-03
1
-1
/
+1
*
Updating trunk VERSION from 627.0 to 628.0
chrome-release@google.com
2011-01-03
1
-1
/
+1
*
Disable SSLUITest.TestHTTPSExpiredCertAndProceed, flakily hits an assertion.
phajdan.jr@chromium.org
2011-01-03
1
-1
/
+2
*
Disable DevToolsSanityTest.TestProfilerTab, flakily times out.
phajdan.jr@chromium.org
2011-01-03
1
-1
/
+2
*
Disable crashy IndexedDBBrowserTest.ObjectStoreTest
phajdan.jr@chromium.org
2011-01-03
1
-1
/
+2
*
Revert my change in r69993 to the paint aggregation threshold to see if it's
brettw@chromium.org
2011-01-03
1
-1
/
+1
*
Re-enabled building ppGoogleNaClPlugin on Mac to fix build.
abarth@chromium.org
2011-01-03
1
-0
/
+8
*
Move CancellationFlag and WaitableEvent to the synchronization subdirectory.
brettw@chromium.org
2011-01-02
54
-59
/
+59
*
Move base/lock and base/condition_variable to base/synchronization/
brettw@chromium.org
2011-01-01
15
-92
/
+100
*
Move base/debug_on_start to base/debugger and rename it to be _win since it
brettw@chromium.org
2011-01-01
1
-1
/
+0
*
move base/object_watcher into base/win and add the win namespace. Fixup callers.
brettw@google.com
2011-01-01
6
-20
/
+21
*
Move base/mac_util.h to base/mac and use the base::mac namespace.
brettw@chromium.org
2011-01-01
100
-260
/
+251
*
Remove base/debug_util. Move the debug UI related functions to base/debug/deb...
brettw@google.com
2011-01-01
4
-6
/
+3
*
Updating trunk VERSION from 626.0 to 627.0
chrome-release@google.com
2011-01-01
1
-1
/
+1
*
Move non_thread_safe from base to base/threading and into the base namespace.
brettw@chromium.org
2011-01-01
23
-47
/
+51
*
Remove base/platform_thread.h stub and fix up all callers to use the new loca...
brettw@google.com
2011-01-01
40
-108
/
+98
*
Move base/thread.h to base/threading, fix up callers to use the new location.
brettw@chromium.org
2011-01-01
161
-171
/
+171
*
Enable BackgroundMode by default on all non-cros platforms.
atwilson@chromium.org
2010-12-31
6
-30
/
+7
*
Move app/win_util to app/win and fix the namespace usage.
brettw@google.com
2010-12-31
31
-96
/
+77
*
Move platform_thread to base/threading and put in the base namespace. I left a
brettw@chromium.org
2010-12-31
39
-99
/
+124
*
Move base/win_util to the base/win directory and use the base::win namespace.
brettw@google.com
2010-12-31
15
-26
/
+13
*
Make class declarations ABI compatible, irrespective of ENABLE_CLIENT_BASED_G...
jknotten@chromium.org
2010-12-31
2
-8
/
+16
*
Don't update Chrome's uninstall command line if it is not installed (as per t...
tommi@chromium.org
2010-12-31
1
-1
/
+5
*
Handling a case in DeleteRegValueWorkItem where it would report a failure if ...
tommi@chromium.org
2010-12-31
1
-2
/
+18
*
Remove 'using' declaration of ScopedHDC from scoped_handle_win.h
tfarina@chromium.org
2010-12-31
2
-3
/
+5
*
Incremental compiles of the NaCl PPAPI plugin fail on the Windows try servers:
abarth@chromium.org
2010-12-30
1
-1
/
+0
*
Fix ChromeOS buil by making hwnd_util conditional on Windows.
brettw@google.com
2010-12-30
1
-2
/
+1
*
Move thread local stuff from base to base/threading and consistently use the
brettw@chromium.org
2010-12-30
4
-4
/
+4
*
Move some functions out of win_util and into hwnd_util, and into a new win/sh...
brettw@google.com
2010-12-30
11
-20
/
+58
*
[Chrome OS] Respect periods in google apps account names
cmasone@chromium.org
2010-12-30
3
-7
/
+27
*
Fix include to fix unit test.
brettw@chromium.org
2010-12-30
1
-1
/
+1
*
Move some misc thread-related stuff from base to base/thread and into the base
brettw@chromium.org
2010-12-30
6
-10
/
+10
*
Remove win_util::FormatMessage and FormatLastWin32Error. These were only used...
brettw@google.com
2010-12-30
7
-15
/
+15
*
Updating trunk VERSION from 625.0 to 626.0
chrome-release@google.com
2010-12-30
1
-1
/
+1
*
GeolocationApiTest.ExtensionGeolocationAccessFail is flaky on Mac
hamaji@chromium.org
2010-12-30
1
-1
/
+1
*
Mac: trivial clean up of tab strip layout code + unseeable layout fix.
viettrungluu@chromium.org
2010-12-30
1
-8
/
+3
*
Get rid of RenderViewHostDelegate::Resource and dispatch the IPC messages dir...
jam@chromium.org
2010-12-30
13
-518
/
+320
*
Remove wstring from TableModel.
avi@chromium.org
2010-12-30
44
-275
/
+266
*
Add a dummy implementation of a new WebWidget::confirmComposition() method.
suzhe@google.com
2010-12-30
1
-0
/
+5
*
Revert 70277 - Revert 70275 - Revert 70267 - Refactor PipelineImpl to use Com...
acolwell@chromium.org
2010-12-29
1
-1
/
+1
*
Remove more 'using' declarations of Scoped* from scoped_handle_win.h
tfarina@chromium.org
2010-12-29
4
-11
/
+23
*
Logging tweak for sync integration test harness
rsimha@chromium.org
2010-12-29
2
-3
/
+8
[next]