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
/
extensions
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "Re-land r84928: Move ExtensionFunctionDispatcher to"
aa@chromium.org
2011-05-12
2
-25
/
+12
*
Re-land r84928: Move ExtensionFunctionDispatcher to
aa@chromium.org
2011-05-11
2
-12
/
+25
*
Revert "Revert "Looks like this introduced leaks in sync ui tests. Sigh.""
aa@chromium.org
2011-05-11
2
-25
/
+12
*
iwyu: Include stringprintf.h where appropriate, part 2.
jhawkins@chromium.org
2011-05-11
1
-1
/
+1
*
Revert "Looks like this introduced leaks in sync ui tests. Sigh."
aa@chromium.org
2011-05-11
2
-12
/
+25
*
Looks like this introduced leaks in sync ui tests. Sigh.
aa@chromium.org
2011-05-11
2
-25
/
+12
*
Move ExtensionFunctionDispatcher to ExtensionTabHelper. This
aa@chromium.org
2011-05-11
2
-12
/
+25
*
iwyu: Include stringprintf.h where appropriate, part 1.
jhawkins@chromium.org
2011-05-10
2
-4
/
+5
*
Revert 83730: Revert 83687 - Remove ExtensionMsg_UpdatePageActions.
mpcomplete@chromium.org
2011-05-03
3
-38
/
+11
*
Revert 83687 - Remove ExtensionMsg_UpdatePageActions.
vangelis@chromium.org
2011-05-02
3
-11
/
+38
*
Remove ExtensionMsg_UpdatePageActions.
aa@chromium.org
2011-05-01
3
-38
/
+11
*
Implement the new WebPermissionClient interface in Chrome code to get rid of ...
jam@chromium.org
2011-04-30
2
-25
/
+49
*
Revert "Revert 83168 - Revert "Revert 83100 - Remove weird dependency on exte...
aa@chromium.org
2011-04-27
1
-1
/
+1
*
Revert 83168 - Revert "Revert 83100 - Remove weird dependency on extensions f...
acolwell@chromium.org
2011-04-27
1
-1
/
+1
*
Revert "Revert 83100 - Remove weird dependency on extensions from webui.Re-pl...
aa@chromium.org
2011-04-27
1
-1
/
+1
*
Revert 83100 - Remove weird dependency on extensions from webui.Re-plumb exte...
aa@chromium.org
2011-04-26
1
-1
/
+1
*
Remove weird dependency on extensions from webui.
aa@chromium.org
2011-04-26
1
-1
/
+1
*
Reduce static data in ExtensionProcessBindings. Some was not
aa@chromium.org
2011-04-25
11
-278
/
+204
*
Add V8ValueConverter utility to convert between v8::Value and
aa@chromium.org
2011-04-20
7
-93
/
+32
*
Update header
jam@chromium.org
2011-04-18
1
-1
/
+1
*
Move extension_groups.h to the extensions subdir of renderer.
jam@chromium.org
2011-04-18
3
-2
/
+20
*
Remove the last Chrome dependencies from renderer, and enforce no more includ...
jam@chromium.org
2011-04-18
3
-3
/
+30
*
New fileBrowserPrivate and fileHandler APIs added + plus magic needed to safe...
zelidrag@chromium.org
2011-04-16
1
-0
/
+34
*
Revert 81865 - New fileBrowserPrivate and fileHandler APIs added + plus magic...
zelidrag@chromium.org
2011-04-16
1
-34
/
+0
*
New fileBrowserPrivate and fileHandler APIs added + plus magic needed to safe...
zelidrag@chromium.org
2011-04-16
1
-0
/
+34
*
File API changes needed for safely passing user selected file entities from t...
zelidrag@chromium.org
2011-04-16
1
-1
/
+1
*
Move json_value_serializer to content\common since it's used by code in conte...
jam@chromium.org
2011-04-16
2
-2
/
+2
*
Clear RenderThread of any Chrome specific code, and move a bunch of stuff out...
jam@chromium.org
2011-04-16
5
-15
/
+250
*
Move RenderProcess to content.
jam@chromium.org
2011-04-15
1
-0
/
+1
*
Move RenderThread to content\renderer.
jam@chromium.org
2011-04-14
5
-5
/
+5
*
Proactively preventing build break when https://bugs.webkit.org/show_bug.cgi?...
zelidrag@chromium.org
2011-04-14
1
-0
/
+6
*
Implement private API for web store to determine app ID of
aa@chromium.org
2011-04-14
1
-13
/
+109
*
Move a bunch of Chrome specific code out of RenderThread, in preparation of m...
jam@chromium.org
2011-04-14
12
-62
/
+88
*
Start context menu IDs from 1 instead of 0.
bolms@chromium.org
2011-04-12
1
-1
/
+1
*
Fix crash when a Frame gets reparented from one RenderView to another because...
jam@chromium.org
2011-04-08
6
-100
/
+112
*
Cleanup in handling of JavaScript URLs in tabs API
aa@chromium.org
2011-04-07
1
-21
/
+49
*
Move UserScriptSlave and UserScriptIdleScheduler to the extensions subdirectory.
jam@chromium.org
2011-04-05
7
-4
/
+610
*
Remove the rest of the extension dependencies from content\renderer.
jam@chromium.org
2011-04-01
2
-0
/
+14
*
Make UserScriptIdleScheduler not tied to NavigationState, as part of removing...
jam@chromium.org
2011-03-31
2
-0
/
+28
*
Move the dispatching of extension messages out of RenderThread. This also mo...
jam@chromium.org
2011-03-29
5
-6
/
+326
*
Use a global counter for context menu IDs.
bolms@chromium.org
2011-03-29
1
-0
/
+10
*
Remove render_messages_params files since they're not needed anymore. I move...
jam@chromium.org
2011-03-29
1
-1
/
+0
*
Move extension messages to their own file and add a RenderViewObserver to sta...
jam@chromium.org
2011-03-28
5
-14
/
+94
*
Move some files from base to base/memory.
levin@chromium.org
2011-03-28
3
-6
/
+6
*
Wired local file system support for File API. The local file system provider ...
zelidrag@chromium.org
2011-03-25
1
-0
/
+17
*
Move a bunch of remaining files from chrome\renderer to content\renderer.
jam@chromium.org
2011-03-19
5
-6
/
+6
*
Coverity: Remove an unneeded check.
thestig@chromium.org
2011-03-11
1
-1
/
+1
*
Display disabled apps with grayed out images on the NTP. Call the re-enable l...
jstritar@chromium.org
2011-03-02
1
-0
/
+15
*
Retrying r74887: Add plumbing to webRequest API to support event filtering.
mpcomplete@chromium.org
2011-02-15
1
-0
/
+15
*
Revert 74887 - Add plumbing to webRequest API to support event filtering.
mpcomplete@chromium.org
2011-02-15
2
-24
/
+1
[next]