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
Commit message (
Expand
)
Author
Age
Files
Lines
*
apk-based test runner work for android. 2 unit test bundles converted over (i...
jrg@chromium.org
2012-04-19
25
-35
/
+979
*
Remove out-of-date DCHECK
brettw@chromium.org
2012-04-19
1
-1
/
+0
*
Fixup the DomStorage IPC messsages.
michaeln@google.com
2012-04-19
10
-75
/
+125
*
isolate: Get rid of 'mode' on Windows, it is not used.
maruel@chromium.org
2012-04-19
3
-22
/
+23
*
gdata: Get rid of GetCacheState() from GDataFile and GDataRootDirectory
satorux@chromium.org
2012-04-19
6
-38
/
+18
*
[NaCl SDK] extract manifest manipulation classes into manifest_util.py
binji@chromium.org
2012-04-19
3
-496
/
+465
*
Don't depend on undefined compiler behavior for computing persistent field tr...
isherman@chromium.org
2012-04-19
1
-2
/
+4
*
Fix dismissal of network popup menus.
kevers@chromium.org
2012-04-19
1
-8
/
+15
*
Remove unsafe network accees in UpdateConnectivityState logging.
stevenjb@google.com
2012-04-19
1
-4
/
+4
*
Disabling the SamplingProfilerTest.Sample test on Windows 8 as the ZwSetInter...
ananta@chromium.org
2012-04-19
1
-3
/
+8
*
Makes showing the modal dialog release capture. Without this capture
sky@chromium.org
2012-04-19
3
-4
/
+55
*
gtk: Do not return SkColor by const-reference as it's defined as POD(integer).
tfarina@chromium.org
2012-04-19
1
-10
/
+8
*
Rearrange and rename about:sync details
rlarocque@chromium.org
2012-04-19
3
-166
/
+250
*
Add isherman to base/metrics/OWNERS
isherman@chromium.org
2012-04-19
1
-0
/
+7
*
Extension docs fix: s/(send|on)Request/$1Message/g
aa@chromium.org
2012-04-19
6
-35
/
+37
*
Remove a bunch of dead cros stuff from browser/browserview.
ben@chromium.org
2012-04-19
13
-600
/
+6
*
Get the GetInterface function for the broker.
brettw@chromium.org
2012-04-19
1
-10
/
+9
*
Add a message to about:gpu when the gpu process crashes.
nduca@chromium.org
2012-04-19
1
-0
/
+6
*
Valgrind: Suppress memory errors in JSONWriter.
thestig@chromium.org
2012-04-19
1
-0
/
+33
*
Assert when media and extensions request contexts leak URLRequests.
willchan@chromium.org
2012-04-19
2
-1
/
+17
*
Attempt to fix use after free reported by valgrind
tbarzic@chromium.org
2012-04-19
1
-16
/
+13
*
Disabling a unit-test on Android.
jcivelli@chromium.org
2012-04-19
1
-0
/
+1
*
This patch implements asynchronous spellchecker on Windows and Linux.
shinyak@chromium.org
2012-04-19
7
-45
/
+393
*
Unbind 3D Context When Pepper Plugin Crashes
fsamuel@chromium.org
2012-04-19
1
-1
/
+2
*
Improve Num Lock support (http://crosbug.com/29169#c14).
yusukes@chromium.org
2012-04-19
7
-32
/
+477
*
Mark UnloadAviCapDllNoPatching flaky
jbates@chromium.org
2012-04-19
1
-1
/
+1
*
Alarms extension API now passes full alarm details to onAlarm event.
mpcomplete@chromium.org
2012-04-19
7
-27
/
+23
*
Update .DEPS.git
chrome-admin@google.com
2012-04-19
1
-1
/
+1
*
Use the simpler DEFAULT message loop type to avoid calling into GTK.
cevans@chromium.org
2012-04-19
1
-0
/
+2
*
Revert 132986 - Update V8 to version 3.10.4.
dimich@chromium.org
2012-04-19
1
-1
/
+1
*
Mark BasicRestoreFromClosedWindow flaky
jbates@chromium.org
2012-04-19
1
-1
/
+1
*
Mac: Prevent NTP mousewheel events from being suppressed on Lion.
dubroy@chromium.org
2012-04-19
9
-55
/
+84
*
[NaCl SDK] Add zip to oshelpers.py
binji@chromium.org
2012-04-19
3
-3
/
+347
*
Revert 133006 - Support the DelegateExecute verb handler for Chromium builds.
grt@chromium.org
2012-04-19
1
-18
/
+2
*
aura: Add flush() to make sure delete operations make it through when we intend.
piman@chromium.org
2012-04-19
2
-1
/
+20
*
NaCl: Remove code that attempts to kill the NaCl loader process
mseaborn@chromium.org
2012-04-19
2
-10
/
+2
*
Disable newly added test for Android.
yfriedman@chromium.org
2012-04-19
1
-0
/
+2
*
cros gdata: implement protocol handler for viewing gdata files
kuan@chromium.org
2012-04-19
14
-452
/
+752
*
extensions: Do not pass SkColor by const-reference as it's defined as POD(int...
tfarina@chromium.org
2012-04-19
1
-3
/
+3
*
Convert history ui_test to browser_tests.
jam@chromium.org
2012-04-19
4
-143
/
+80
*
Delete a bunch of stuff that isn't used.
ben@chromium.org
2012-04-19
15
-604
/
+0
*
Re-land software audio mixer.
enal@chromium.org
2012-04-19
15
-346
/
+987
*
Revert 132720 - Fix the checkbox flickr issue when click on dropdown menu in ...
dubroy@chromium.org
2012-04-19
2
-20
/
+21
*
Upgrade the history database to version 23
michaelbai@google.com
2012-04-19
7
-1
/
+113
*
Added an option to AddDomMutationObserver() to allow waiting until an arbitra...
craigdh@google.com
2012-04-19
3
-22
/
+33
*
Support the DelegateExecute verb handler for Chromium builds.
grt@chromium.org
2012-04-19
1
-2
/
+18
*
cros: Add flag to disable low-memory tab discarding
jamescook@chromium.org
2012-04-19
6
-3
/
+34
*
Initialize the profile IO data before clearing the history.
msarda@google.com
2012-04-19
2
-13
/
+16
*
Removing DEPTH support.
maruel@chromium.org
2012-04-19
4
-39
/
+31
*
Connect addKey() to AesDecryptor (video only).
ddorwin@chromium.org
2012-04-19
1
-4
/
+15
[next]