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
/
ceee
Commit message (
Expand
)
Author
Age
Files
Lines
*
Typedef for readability.
vitalybuka@chromium.org
2011-01-14
1
-9
/
+11
*
Clang: enable -Wbool-conversions and -Wunused-variables on Linux.
hans@chromium.org
2011-01-14
1
-16
/
+8
*
Revert 71377 - Added loading of nested BHO.
vitalybuka@chromium.org
2011-01-14
5
-65
/
+1
*
Fixed initial rendering of toolbar.
vitalybuka@chromium.org
2011-01-14
2
-34
/
+31
*
Added loading of nested BHO.
vitalybuka@chromium.org
2011-01-13
5
-1
/
+65
*
Made logging not look up --enable-dcheck from command line
akalin@chromium.org
2011-01-11
3
-3
/
+6
*
Change #ifdef _DEBUG test to #ifndef NDEBUG test.
tfarina@chromium.org
2011-01-10
1
-2
/
+2
*
Revert 70920 - Made logging not look up --enable-dcheck from command line
akalin@chromium.org
2011-01-10
3
-6
/
+3
*
Made logging not look up --enable-dcheck from command line
akalin@chromium.org
2011-01-10
3
-3
/
+6
*
Reland "Remove base/scoped_handle_win.h."
tfarina@chromium.org
2011-01-09
3
-12
/
+13
*
Revert "Remove base/scoped_handle_win.h stub and fix up all callers to use th...
thakis@chromium.org
2011-01-07
3
-13
/
+12
*
Remove base/scoped_handle_win.h stub and fix up all callers to use the new lo...
tfarina@chromium.org
2011-01-07
3
-12
/
+13
*
Revert 70782 - Made logging not look up --enable-dcheck from command line
akalin@chromium.org
2011-01-07
3
-6
/
+3
*
Made logging not look up --enable-dcheck from command line
akalin@chromium.org
2011-01-07
3
-3
/
+6
*
Move base/thread.h to base/threading, fix up callers to use the new location.
brettw@chromium.org
2011-01-01
2
-2
/
+2
*
Move base/win_util to the base/win directory and use the base::win namespace.
brettw@google.com
2010-12-31
3
-4
/
+2
*
Change "enable-ceee" to "ceee" to match the installer.
tommi@chromium.org
2010-12-31
5
-16
/
+17
*
Move rgs_helper out of base to ceee since it's not used anywhere else.
brettw@chromium.org
2010-12-29
6
-4
/
+94
*
ceee: Include base/win/scope_comptr.h instead of base/scoped_comptr_win.h
tfarina@chromium.org
2010-12-21
7
-35
/
+34
*
Updated comments around create tab API.
motek@chromium.org
2010-12-16
2
-7
/
+13
*
Added string to VERSIONINFO.
vitalybuka@chromium.org
2010-12-16
3
-0
/
+6
*
Fix to FF CEEE windows.getCurrent implementation.
ericdingle@chromium.org
2010-12-16
2
-1
/
+3
*
Revert 69167, itself a revert of 69165 - Merge the installer, installer_util ...
robertshield@chromium.org
2010-12-15
2
-5
/
+5
*
Fixed unittests.
vitalybuka@chromium.org
2010-12-14
2
-2
/
+2
*
These DCHECKs are sort-of expected in a fast startup sequence.
motek@chromium.org
2010-12-14
3
-5
/
+10
*
Revert 69165 - Merge the installer, installer_util and setup_util namespaces ...
robertshield@chromium.org
2010-12-14
2
-5
/
+5
*
Merge the installer, installer_util and setup_util namespaces into a single i...
robertshield@chromium.org
2010-12-14
2
-5
/
+5
*
Pin the Module after we register a hook.
mad@google.com
2010-12-13
1
-0
/
+6
*
Rename all methods accessing Singleton<T> as GetInstance().
satish@chromium.org
2010-12-13
3
-8
/
+12
*
Added refreshing of elevation policy on first run of new version for all users.
vitalybuka@chromium.org
2010-12-12
8
-29
/
+75
*
Fixed unittests broken by misplaced BrokerRpcClient::Connect call.
vitalybuka@chromium.org
2010-12-09
8
-15
/
+56
*
Call IERefreshElevationPolicy after changing the policy.
joi@chromium.org
2010-12-09
1
-1
/
+6
*
Prevent the IE CEEE from creating a new renderer process for each new tab
rogerta@chromium.org
2010-12-09
2
-4
/
+16
*
Add a registry flag, so that we can enable/disable webRequest and webNavigati...
joi@chromium.org
2010-12-09
6
-8
/
+37
*
Get rid of std::wstring version of HasSwitch.
tfarina@chromium.org
2010-12-08
1
-2
/
+2
*
Add one more error posting...
mad@google.com
2010-12-08
1
-0
/
+1
*
Don't get tab id until tab window handle is ready.
mad@google.com
2010-12-08
1
-0
/
+5
*
Some installer cleanup: introduced ChannelInfo class for fiddling with "ap" C...
grt@chromium.org
2010-12-08
1
-54
/
+12
*
Small fix to properly return the appropriate type.
mad@google.com
2010-12-08
1
-1
/
+6
*
Fix a crash where the chrome_frame_ gets used after it was released.
mad@google.com
2010-12-08
1
-0
/
+6
*
Add a new GetInstance() method for singleton classes, take 2.
satish@chromium.org
2010-12-08
13
-51
/
+70
*
Provide a safety net for Windows hooks.
mad@google.com
2010-12-08
5
-8
/
+58
*
Decrease warning severity in ApiDispatcher::InvocationResult::PostError.
motek@chromium.org
2010-12-07
1
-1
/
+1
*
Quick fix to properly report error to Chrome Extensions...
mad@google.com
2010-12-07
1
-1
/
+2
*
Yet another attempt at landing http://src.chromium.org/viewvc/chrome?view=rev...
mad@google.com
2010-12-05
4
-3
/
+64
*
Reverting rev 68315...
mad@google.com
2010-12-05
4
-64
/
+3
*
Relanding of http://src.chromium.org/viewvc/chrome?view=rev&revision=68298...
mad@google.com
2010-12-05
4
-3
/
+64
*
Use the RPC channel to set the ID <-> handle mapping.
mad@google.com
2010-12-05
6
-29
/
+108
*
Revert 68298 - Make sure we don't keep tab id - handles mapping when a dread ...
joi@chromium.org
2010-12-04
4
-64
/
+3
*
Make sure we don't keep tab id - handles mapping when a dread dies.
mad@google.com
2010-12-04
4
-3
/
+64
[next]