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
/
renderer
Commit message (
Expand
)
Author
Age
Files
Lines
*
Change the URL for the nacl process host to use an actual GURL instead of var...
brettw@chromium.org
2012-04-08
1
-1
/
+1
*
Restrict platform app access to WebKit features by modifying JS bindings.
jstritar@chromium.org
2012-04-05
4
-0
/
+51
*
Add experiments info to crash dumps.
mad@chromium.org
2012-04-05
1
-0
/
+5
*
Split SchemaGeneratedBindings up into smaller, more targetted native handlers.
koz@chromium.org
2012-04-05
15
-298
/
+341
*
Add Password Autofill Manager to New Autofill
csharp@chromium.org
2012-04-05
5
-6
/
+62
*
Revert "Revert 130697 - Reland r130462: Implement FeatureProvider for Extensi...
aa@chromium.org
2012-04-04
3
-4
/
+4
*
Move transient background events from chrome.experimental.extension to chrome...
mihaip@chromium.org
2012-04-04
1
-1
/
+1
*
Fix some uses of global variables in transient pages.
mpcomplete@chromium.org
2012-04-04
4
-5
/
+71
*
Revert 130697 - Reland r130462: Implement FeatureProvider for ExtensionAPI."
aa@chromium.org
2012-04-04
3
-4
/
+4
*
Reland r130462: Implement FeatureProvider for ExtensionAPI."
aa@chromium.org
2012-04-04
3
-4
/
+4
*
Enable password generation only if sync for passwords is enabled.
gcasto@chromium.org
2012-04-04
3
-25
/
+56
*
Revert 130462 - Implement FeatureProvider for ExtensionAPI.
aa@chromium.org
2012-04-03
3
-4
/
+4
*
Implement FeatureProvider for ExtensionAPI.
aa@chromium.org
2012-04-03
3
-4
/
+4
*
Fix some issues with extension messaging for transient pages.
mpcomplete@chromium.org
2012-04-03
1
-1
/
+1
*
Provide real RequestMatcher for declarative webRequest API conditions
battre@chromium.org
2012-04-03
3
-0
/
+48
*
Extract ExtensionRequestSender from SchemaGeneratedBindings.
koz@chromium.org
2012-04-03
10
-225
/
+306
*
Deprecate chrome.extension.sendRequest in favor of sendMessage, with a safer
mpcomplete@chromium.org
2012-04-02
4
-70
/
+130
*
Report failures when opening an extension port to the caller.
mpcomplete@chromium.org
2012-04-02
7
-10
/
+168
*
Add chrome.experimental.extension.onBackgroundPageUnloadingSoon event for whe...
mpcomplete@chromium.org
2012-04-02
2
-6
/
+26
*
Remove ui_layout_test now that al subclasses have been converted to browser_t...
jam@chromium.org
2012-04-02
1
-1
/
+1
*
Fix a bug with r126884 - Make sure ports are closed when they're no longer used.
mpcomplete@chromium.org
2012-03-31
1
-37
/
+45
*
Revert 129946 - Enable password generation only if sync for passwords is enab...
mihaip@chromium.org
2012-03-30
3
-56
/
+25
*
Enable password generation only if sync for passwords is enabled.
gcasto@chromium.org
2012-03-30
3
-25
/
+56
*
Remove unnecessary requires from ExtensionDispatcher::DidCreateScriptContext().
koz@chromium.org
2012-03-30
1
-2
/
+0
*
Make SchemaGeneratedBindings a regular ChromeV8Extension instead of being a
koz@chromium.org
2012-03-29
3
-217
/
+257
*
Add kalman and koz to */extensions/OWNERS.
koz@chromium.org
2012-03-29
1
-4
/
+6
*
Add experimental.alarms API to allow lazy background pages to wake themselves...
mpcomplete@chromium.org
2012-03-28
1
-1
/
+2
*
Removing obsolete chromePrivate.decodeJPEG API.
glotov@google.com
2012-03-28
5
-139
/
+0
*
Pull out setIcon and sendRequest into their own modules.
koz@chromium.org
2012-03-28
17
-199
/
+214
*
Do not show "Save password?" infobar for failed login attempts.
isherman@chromium.org
2012-03-27
1
-1
/
+16
*
Make app and webstore bindings lazily evaluated so they don't execute JS on e...
koz@chromium.org
2012-03-27
9
-71
/
+297
*
Update plug-in infobar/placeholder strings.
bauerb@chromium.org
2012-03-26
2
-5
/
+9
*
Revert 128910 - Add experiments info to crash dumps.
alokp@chromium.org
2012-03-26
1
-6
/
+0
*
Add experiments info to crash dumps.
mad@chromium.org
2012-03-26
1
-0
/
+6
*
PrintPreview: Fix extra margins issue.
kmadhusu@chromium.org
2012-03-24
2
-10
/
+17
*
Don't evaluate (and therefore create, since it's lazy) ExtensionAPI in renderers
kalman@chromium.org
2012-03-23
1
-14
/
+22
*
Put manifest string constant declarations into separate header
groby@chromium.org
2012-03-23
1
-0
/
+1
*
Block printing from blocked popup.
abodenha@chromium.org
2012-03-23
3
-2
/
+37
*
Add a helpful console message in case web-inaccessible request.
aa@chromium.org
2012-03-22
2
-4
/
+13
*
Revert 128089 - Initial extension bindings for Media Gallery API.
gman@chromium.org
2012-03-22
5
-102
/
+0
*
Implement lazy JS module initialisation.
koz@chromium.org
2012-03-22
3
-77
/
+56
*
Rename OnPasswordFormsFound -> OnPasswordFormsParsed and OnPasswordFormsVisib...
isherman@chromium.org
2012-03-21
2
-6
/
+6
*
Initial extension bindings for Media Gallery API.
vandebo@chromium.org
2012-03-21
5
-0
/
+102
*
Keep lazy background pages open while they're being inspected.
mpcomplete@chromium.org
2012-03-21
2
-3
/
+2
*
Re-land alexbost's experimental offscreenTabs API.
jstritar@chromium.org
2012-03-21
3
-0
/
+66
*
Make a process-wide cache for the v8::Value representation of extension APIs.
kalman@chromium.org
2012-03-21
4
-55
/
+108
*
Rename Feature::(UN)PRIVILEGED_CONTEXT to (UN)BLESSED_EXTENSION_CONTEXT.
kalman@chromium.org
2012-03-21
3
-10
/
+10
*
Convert the webstore API to use the schema_generated_bindings infrastructure.
kalman@chromium.org
2012-03-21
5
-59
/
+81
*
Fix a memory leak in ModuleSystemTest.
koz@chromium.org
2012-03-21
1
-2
/
+3
*
Convert app_bindings.js to the schema_generated_bindings.js infrastructure.
kalman@chromium.org
2012-03-21
16
-376
/
+220
[next]