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
*
Fix a crash that was caused by a NULL entry in the PendingRequestMap.
mpcomplete@chromium.org
2009-07-30
1
-5
/
+7
*
Add a WebKit API that registers a V8 extension to be loaded into content
mpcomplete@chromium.org
2009-07-30
3
-3
/
+6
*
Remove dependencies on the bug-bait V8Proxy::context() API. No behavior change.
abarth@chromium.org
2009-07-30
1
-2
/
+2
*
Fix port disconnect so that it's refcounted. This fixes a bug where a channel
mpcomplete@chromium.org
2009-07-27
1
-1
/
+44
*
Push bookmarks.remove/removeAll polymorphism into c++. fix bookmarks id schem...
rafaelw@chromium.org
2009-07-24
1
-22
/
+22
*
Another try at enabling the content script messaging test.
mpcomplete@chromium.org
2009-07-24
1
-12
/
+13
*
Revert "Fix an issue with unregistering content script contexts."
mpcomplete@chromium.org
2009-07-22
1
-13
/
+12
*
Fix an issue with unregistering content script contexts.
mpcomplete@chromium.org
2009-07-22
1
-12
/
+13
*
Step 2 in abstracting Extension APIs to shared "IDL".
rafaelw@chromium.org
2009-07-22
1
-1
/
+9
*
Don't dispatch the extensions bindings unload event during GC.
mpcomplete@chromium.org
2009-07-21
1
-12
/
+26
*
Changed the extension.connect() API not to broadcast to all tabs. Added a
mpcomplete@chromium.org
2009-07-20
6
-23
/
+89
*
First step in abstracting extension api to common/shared "IDL" files (jsonsch...
rafaelw@chromium.org
2009-07-16
2
-44
/
+47
*
Change getLanguage to detectLanguage, and incorporate corresponding changes, ...
sidchat@google.com
2009-07-16
1
-6
/
+6
*
Retrying this patch. This was already reviewed by mpcomplete and the
finnur@chromium.org
2009-07-15
3
-8
/
+69
*
Various minor fixes:
aa@chromium.org
2009-07-15
1
-86
/
+0
*
Reverting 20714.
finnur@chromium.org
2009-07-15
2
-58
/
+3
*
EFD now notifies EPM of renderviews created, which in turn notifies the rende...
finnur@chromium.org
2009-07-15
2
-3
/
+58
*
Chrome-side of fixes for content-script messaging.
mpcomplete@chromium.org
2009-07-14
2
-28
/
+73
*
Add an optional channel name to the extension message connect event.
mpcomplete@chromium.org
2009-07-13
1
-2
/
+3
*
Add getLanguage function to tab extension.
sidchat@google.com
2009-07-10
1
-0
/
+18
*
Make the API to open a message channel symmetric, so it works the same whethe...
mpcomplete@chromium.org
2009-07-09
7
-71
/
+68
*
Fix some issues with extension messaging:
mpcomplete@chromium.org
2009-07-02
1
-1
/
+4
*
Add a couple of more extension unit tests for page
finnur@chromium.org
2009-07-02
1
-0
/
+9
*
Send port disconnect events when a frame is unloaded.
mpcomplete@chromium.org
2009-07-01
2
-2
/
+15
*
Refactor extension bindings to share code, avoid exposing hidden variables
mpcomplete@chromium.org
2009-06-30
8
-252
/
+303
*
Add notifications for when V8Proxy creates or destroys a V8 Context.
mpcomplete@chromium.org
2009-06-26
2
-0
/
+22
*
Adding the ability to remove page actions.BUG=NoneTEST=unit test.
finnur@chromium.org
2009-06-22
1
-1
/
+6
*
Revert 18765 to try to repair perf regression
jar@chromium.org
2009-06-19
5
-49
/
+17
*
Send port-closed notification when a frame with ports unloads.
mpcomplete@google.com
2009-06-18
5
-17
/
+49
*
Add a port disconnect event for when one side of an extension message port
mpcomplete@google.com
2009-06-17
2
-41
/
+53
*
Clean up bookmark API to match style of other extension APIs
erikkay@google.com
2009-06-10
1
-11
/
+20
*
Change the extension callback system to work more like events, where we track
mpcomplete@google.com
2009-06-10
6
-78
/
+114
*
Revert 17889. It broke the extensions_uitests. And I didn't even get it
mpcomplete@google.com
2009-06-08
6
-112
/
+79
*
Change the extension callback system to work more like events, where we track
mpcomplete@google.com
2009-06-08
6
-79
/
+112
*
BUG=12192
rafaelw@chromium.org
2009-05-30
3
-5
/
+2
*
extensions chrome.self.getViews():
rafaelw@chromium.org
2009-05-16
2
-0
/
+85
*
Revert "Revert "implemented extensions api windows.update().""
aa@chromium.org
2009-05-14
1
-0
/
+83
*
Revert "implemented extensions api windows.update()."
aa@chromium.org
2009-05-14
1
-83
/
+0
*
implemented extensions api windows.update().
rafaelw@chromium.org
2009-05-14
1
-0
/
+83
*
FormatErrorMessage() functions are now publicly available from ExtensionError...
rafaelw@chromium.org
2009-05-12
3
-26
/
+68
*
Split V8Proxy::retrieveActiveFrame() into two methods.
aa@chromium.org
2009-05-12
4
-9
/
+13
*
Remove executable bit from a bunch of files that shouldn't have it.
evan@chromium.org
2009-05-11
8
-0
/
+0
*
Move WebKit API to src/webkit/api.
darin@chromium.org
2009-05-10
1
-1
/
+1
*
This is the first pass at themes.
glen@chromium.org
2009-05-09
1
-0
/
+1
*
BUG=11200
rafaelw@chromium.org
2009-05-05
3
-69
/
+69
*
implemented API style/convention changes, including:
rafaelw@chromium.org
2009-05-05
1
-30
/
+168
*
Adds toplevel app/ directory and moves ResourceBundle into it.
ben@chromium.org
2009-05-05
4
-4
/
+4
*
Deprecate wstring version of PathService::Get() in unit tests.
thestig@chromium.org
2009-05-04
1
-3
/
+3
*
This is the first part of the PageAction implementation. More work is require...
finnur@chromium.org
2009-05-01
1
-0
/
+6
*
Pass down the opener tab when a message channel is opened to an extension.
mpcomplete@google.com
2009-05-01
5
-24
/
+54
[next]