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
/
common
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add a simple example history extension.
skerner@chromium.org
2010-04-06
4
-0
/
+138
*
detect preferences errors
erikkay@chromium.org
2010-04-06
9
-30
/
+112
*
Fix docking behaviour for devtools windows that don't have an associated brow...
mnissler@chromium.org
2010-04-06
1
-2
/
+2
*
Add menu and menu item events to the accessibility extension api, and
dmazzoni@chromium.org
2010-04-06
2
-1
/
+54
*
Relanding:
oshima@chromium.org
2010-04-06
1
-0
/
+6
*
Improve the underlying escaping function JsonDoubleQuoteT to escape < and > c...
inferno@chromium.org
2010-04-06
1
-2
/
+2
*
Move more extensions hard coded error messages to .grd file.
finnur@chromium.org
2010-04-06
1
-28
/
+43
*
Make an error message verbose to investigate a un-reproducible bug.
tkent@chromium.org
2010-04-06
1
-2
/
+7
*
Localize CSS files in content scripts (but don't localize JS files).
cira@chromium.org
2010-04-06
1
-4
/
+4
*
Revert "BookmarkBarView tests fixes"
oshima@chromium.org
2010-04-05
1
-6
/
+0
*
BookmarkBarView tests fixes
oshima@chromium.org
2010-04-05
1
-0
/
+6
*
Pepper audio basic functionality unit test, take 3.
neb@chromium.org
2010-04-05
2
-3
/
+14
*
Disables AeroPeek by default.
hbono@chromium.org
2010-04-05
2
-0
/
+4
*
Adding "preload_engines" and "use_global_engine" preferences to Chrome side (...
yusukes@chromium.org
2010-04-05
2
-0
/
+10
*
Fix a few places where we were incorrectly classifying
aa@chromium.org
2010-04-03
3
-5
/
+18
*
Move EnvironmentVariableGetter from base/linux_util.h to base/env_var.h and r...
thestig@chromium.org
2010-04-03
1
-11
/
+7
*
AutoFill: Use the FormManager cache to send forms to the AutoFillManager.
jhawkins@chromium.org
2010-04-03
2
-44
/
+3
*
Behaving nice with AutoFill servers: Adjusting upload rate, processing 500, 5...
georgey@chromium.org
2010-04-02
2
-0
/
+9
*
Extension Docs (No building or testable files).
rafaelw@chromium.org
2010-04-02
3
-121
/
+32
*
Add calling frame's source_url to extension and dom ui requests.
rafaelw@chromium.org
2010-04-02
1
-2
/
+4
*
Mention the "unlimited_storage" permission in the extensions docs.
dumi@chromium.org
2010-04-02
1
-1
/
+6
*
Sample code for tracking extension and content events.
erikkay@chromium.org
2010-04-02
6
-0
/
+594
*
Revert 43475 - Adding "preload_engines" and "use_global_engine" preferences t...
rohitrao@chromium.org
2010-04-02
2
-10
/
+0
*
Adding "preload_engines" and "use_global_engine" preferences to Chrome side.
yusukes@chromium.org
2010-04-02
2
-0
/
+10
*
1. Create a new sandbox type which allows access to Unix sockets in the Mac
msneck@google.com
2010-04-02
3
-5
/
+62
*
Add a folders_only and subtree api to bookmark manager
feldstein@chromium.org
2010-04-02
1
-0
/
+25
*
Add --websocket-live-experiment-host flag to debug websocket live experiment.
ukai@chromium.org
2010-04-02
2
-0
/
+6
*
Move enable/disable storage to prefs.
nick@chromium.org
2010-04-02
2
-0
/
+2
*
Changes to the Browser to support Database access from Workers.
ericu@google.com
2010-04-02
4
-0
/
+179
*
Move history API out of experimental. Allow extensions to override history p...
skerner@chromium.org
2010-04-01
54
-156
/
+282
*
Notify all active login prompts when one login prompt is submitted. This allows
tonyg@chromium.org
2010-04-01
1
-1
/
+10
*
Follow-up on https://bugs.webkit.org/show_bug.cgi?id=35031:
bulach@chromium.org
2010-04-01
1
-0
/
+7
*
Flip the flag to enable geolocation by default.
joth@chromium.org
2010-04-01
2
-4
/
+4
*
Make the browser survive massive data: URIs, via various techniques:
cevans@chromium.org
2010-04-01
2
-1
/
+6
*
Add themes to new sync UI.
dantasse@chromium.org
2010-04-01
2
-0
/
+2
*
AutoFill: Store the form method on the FormData object. This is another step...
jhawkins@chromium.org
2010-04-01
1
-0
/
+2
*
Miscellaneous small doc cleanup, including:
kathyw@chromium.org
2010-04-01
6
-12
/
+14
*
Revert 43234 - Add a Pepper audio basic functionality unit test, take 2.
arv@chromium.org
2010-03-31
2
-14
/
+3
*
Revert 43253 - 1. Create a new sandbox type which allows access to Unix socke...
dmaclach@chromium.org
2010-03-31
3
-62
/
+5
*
The "Customize Sync" dialog will let users select to sync or not sync each da...
dantasse@chromium.org
2010-03-31
2
-0
/
+9
*
1. Create a new sandbox type which allows access to Unix sockets in the Mac
msneck@google.com
2010-03-31
3
-5
/
+62
*
Add a Pepper audio basic functionality unit test, take 2.
neb@chromium.org
2010-03-31
2
-3
/
+14
*
Miscellaneous API doc cleanup.
kathyw@chromium.org
2010-03-31
6
-8
/
+32
*
Moving Korean IME (ibus-hangul) preferences from IBus side (ibus-gconf & ibus...
yusukes@chromium.org
2010-03-31
2
-0
/
+4
*
Reland 43183. Block database access on allowDatabase instead of databaseOpenF...
jochen@chromium.org
2010-03-31
1
-0
/
+9
*
Revert 43183 - Block database access on allowDatabase instead of databaseOpen...
jochen@chromium.org
2010-03-31
1
-9
/
+0
*
Block database access on allowDatabase instead of databaseOpenFile.
jochen@chromium.org
2010-03-31
1
-0
/
+9
*
Move plugin-related files in webkit/glue to webkit/glue/plugins to make them
brettw@chromium.org
2010-03-31
1
-2
/
+2
*
Adding API tests for getViews and infobars.
finnur@chromium.org
2010-03-31
2
-2
/
+2
*
Hook up extension apps notification permission, take two
rafaelw@chromium.org
2010-03-31
1
-2
/
+1
[next]