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
...
*
[Sync] Added a separate type for a sync server for testserver.py
akalin@chromium.org
2010-11-12
6
-122
/
+175
*
startup: move some browser startup code into BrowserMain
evan@chromium.org
2010-11-12
7
-175
/
+175
*
gtk views: NULL-check fixed_ before hiding
evan@chromium.org
2010-11-12
1
-1
/
+2
*
Revert "touchui: First pass at XInput2 message pump."
evan@chromium.org
2010-11-12
5
-318
/
+5
*
touchui: First pass at XInput2 message pump.
sadrul@chromium.org
2010-11-12
5
-5
/
+318
*
Added "Experimental Extension APIs" to about:flags.
morrita@chromium.org
2010-11-12
2
-0
/
+13
*
Cleanup named shmem segment after DeferredResourceLoadingTest.
shess@chromium.org
2010-11-12
1
-3
/
+5
*
WebKit roll 71820:71849.
mihaip@chromium.org
2010-11-12
1
-1
/
+1
*
Made HostZoomMap be deleted on the UI thread
akalin@chromium.org
2010-11-12
3
-11
/
+13
*
Add GL_CHROMIUM_resource_safe extension string
gman@chromium.org
2010-11-12
4
-27
/
+12
*
Use the shader translator to correct bad type information
gman@chromium.org
2010-11-12
12
-50
/
+339
*
Cleanup: Remove chrome/browser/browser_navigator.* and references.
jhawkins@chromium.org
2010-11-12
20
-415
/
+18
*
Fix python sync server on Chrome OS
rsimha@chromium.org
2010-11-12
1
-4
/
+4
*
When an extension is uninstalled, close all desktop notifications from that e...
johnnyg@chromium.org
2010-11-12
33
-231
/
+355
*
Removed supports_extension and calling methods from
kbr@google.com
2010-11-12
2
-32
/
+0
*
Add a new test to HttpNetworkTransaction that tests
rch@chromium.org
2010-11-12
1
-0
/
+107
*
Fix race in syncer thread unit test.
zea@chromium.org
2010-11-11
1
-1
/
+1
*
Updated comment to remove expectation that
kbr@google.com
2010-11-11
1
-2
/
+3
*
Fix DCHECK in ~CrashHandlerHostLinux.
thestig@chromium.org
2010-11-11
2
-6
/
+22
*
NaCl: Implement CreateMemoryObject() to support dynamic loading on Mac
mseaborn@chromium.org
2010-11-11
2
-0
/
+66
*
Fixes possible crash in TabStripModel. If during close all a tab was
sky@chromium.org
2010-11-11
2
-4
/
+66
*
[GTK] clear widget pointer instead of letting it go stale.
estade@chromium.org
2010-11-11
4
-18
/
+18
*
Update DOMUI pref style
stuartmorgan@chromium.org
2010-11-11
1
-9
/
+13
*
Revise the omnibox extension API so that specifying descriptionStyles is easier.
mpcomplete@chromium.org
2010-11-11
9
-204
/
+391
*
Marking test flaky.
jcivelli@chromium.org
2010-11-11
1
-1
/
+4
*
Implements a C++ version of JSONSchemaValidator.
aa@chromium.org
2010-11-11
13
-0
/
+1532
*
Restrict file protocol on chromeos to certain whitelisted directories. Disabl...
achuith@chromium.org
2010-11-11
13
-6
/
+93
*
Add some verbose logging when registering COM components.
tommi@chromium.org
2010-11-11
1
-0
/
+5
*
We should use SSLInfo or related types for HTTPS
wtc@chromium.org
2010-11-11
4
-14
/
+22
*
OS X: Allow a stat in the file dialog function on the UI thread
davidben@chromium.org
2010-11-11
1
-0
/
+4
*
Attempt 2 at removing the instant close button. Mac is using the
sky@chromium.org
2010-11-11
3
-172
/
+7
*
Autofill form submission creates wrong addresses.
dhollowa@chromium.org
2010-11-11
4
-75
/
+262
*
Add a client-side phishing detection service class.
noelutz@google.com
2010-11-11
8
-1
/
+921
*
Handle error in BufferedStreamWriter and friends
hclam@chromium.org
2010-11-11
2
-2
/
+29
*
Tighten access to webstore private APIs
asargent@chromium.org
2010-11-11
1
-1
/
+4
*
Revert 65856 - Add implementations for Fullscreen and CursorControl interfaces.
brettw@chromium.org
2010-11-11
8
-344
/
+0
*
Add implementations for Fullscreen and CursorControl interfaces.
brettw@chromium.org
2010-11-11
8
-0
/
+344
*
Add multi install support to MasterPreferences and start using it in a few pl...
tommi@chromium.org
2010-11-11
13
-106
/
+328
*
Prefer native library symbol lookup to the platform GetProcAddress.
kbr@google.com
2010-11-11
1
-6
/
+6
*
Reapply of r65413. Add linux executor support for Chromoting host.
ajwong@chromium.org
2010-11-11
4
-4
/
+405
*
Fix autofill pyauto tests to deal with invalid credit card numbers
nirnimesh@chromium.org
2010-11-11
2
-13
/
+25
*
Use the hard-coded list of timezones obtained from the Android, which
jshin@chromium.org
2010-11-11
2
-33
/
+186
*
Linux: use xdg-email instead of xdg-open to handle mailto: URLs.
mdm@chromium.org
2010-11-11
1
-4
/
+15
*
Coverity: Prevent reading uninitialized variables.
jhawkins@chromium.org
2010-11-11
1
-0
/
+3
*
Add support for proxying the font and char set interfaces.
brettw@chromium.org
2010-11-11
7
-8
/
+638
*
DOMUI: Fix a bug that only showed proxy settings if cloud print proxy UI is
jhawkins@chromium.org
2010-11-11
1
-3
/
+3
*
Implement getVertexAttribOffset
gman@chromium.org
2010-11-11
1
-3
/
+6
*
testserver.py listens on ephemeral ports by default.
cbentzel@chromium.org
2010-11-11
5
-86
/
+93
*
Disable failing themes sync integration tests.
rsimha@chromium.org
2010-11-11
2
-4
/
+8
*
Disable translate for FTP sites.
jcivelli@chromium.org
2010-11-11
2
-2
/
+3
[prev]
[next]