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
/
browser
/
extensions
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make bookmark model public interface use const BookmarkNode* instead of
munjal@chromium.org
2009-06-26
2
-44
/
+47
*
Fix crash 15371
finnur@chromium.org
2009-06-26
1
-1
/
+2
*
Change ExtensionHost to use notifications
erikkay@chromium.org
2009-06-26
7
-59
/
+32
*
Revert cl 19359 due to browser_tests timeout.
tim@chromium.org
2009-06-26
2
-12
/
+13
*
Add a 'RegisterMessages' function to DOMMessageHandler to make it easy to con...
tim@chromium.org
2009-06-26
2
-13
/
+12
*
Fix proper MACOSX exlussion.
rvargas@google.com
2009-06-26
1
-3
/
+3
*
Disable ExtensionsService.ExternalInstallPref unittest on mac.
rafaelw@chromium.org
2009-06-26
1
-0
/
+6
*
two more unit_test fixes for: http://codereview.chromium.org/140018
rafaelw@chromium.org
2009-06-25
1
-2
/
+4
*
Fix unit_test breakage from http://codereview.chromium.org/140018
rafaelw@chromium.org
2009-06-25
1
-0
/
+3
*
Refactored ExtensionsPrefs to store paths relative to the extensions install ...
rafaelw@chromium.org
2009-06-25
6
-83
/
+277
*
Fix build.
finnur@chromium.org
2009-06-25
1
-1
/
+1
*
The Provider for External Extensions no longer uses
finnur@chromium.org
2009-06-25
10
-71
/
+215
*
Temporary extension UI for the Mac.
avi@chromium.org
2009-06-25
1
-15
/
+39
*
Relanding this, it was failing to compile because of a FRIEND_CHANGE that had...
jcampan@chromium.org
2009-06-25
1
-1
/
+2
*
Reverting 19233.
jcampan@chromium.org
2009-06-25
1
-2
/
+1
*
Disabling 2 browser tests that fail on the build-bot:
jcampan@chromium.org
2009-06-25
1
-1
/
+2
*
Try to reland r19170 (Pick up extensions (if any) and extensions
kuchhal@chromium.org
2009-06-24
1
-0
/
+2
*
Revert "Pick up extensions (if any) and extensions definitions file for insta...
kuchhal@chromium.org
2009-06-24
1
-2
/
+0
*
Pick up extensions (if any) and extensions definitions file for installation.
kuchhal@chromium.org
2009-06-24
1
-0
/
+2
*
Clean up a few startup and shutdown dependencies which should fix some of the...
erikkay@google.com
2009-06-24
4
-31
/
+48
*
DevTools: remove ShowJavaScriptConsole / InspectElementAt methods from render...
pfeldman@chromium.org
2009-06-24
2
-3
/
+2
*
Fix case where install puts two copies of the extension toolbar on the shelf.
erikkay@chromium.org
2009-06-23
1
-8
/
+0
*
Disabling some browser tests that fail, as part of deploying the browser test...
jcampan@chromium.org
2009-06-23
2
-3
/
+6
*
Changes to ExtensionsService to support extensions auto-update.
asargent@chromium.org
2009-06-23
3
-13
/
+253
*
Disabling a test (bug filed) that is crashing (I am not sure what the correct...
jcampan@chromium.org
2009-06-23
1
-1
/
+2
*
Move extension view classes from browser/extensions to browser/views/extensions.
erikkay@google.com
2009-06-23
7
-974
/
+2
*
Re-enable the --enable-extensions flag. Fix a bug where the extensions.enable...
aa@chromium.org
2009-06-23
4
-6
/
+49
*
Disable extensions besides externally installed ones and themes.
aa@chromium.org
2009-06-23
5
-41
/
+61
*
TBR: Fix dead tree.
aa@chromium.org
2009-06-22
3
-98
/
+37
*
Re-enable the --enable-extensions flag. Fix a bug where the extensions.enable...
aa@chromium.org
2009-06-22
3
-3
/
+46
*
Disable extensions besides externally installed ones and themes.
aa@chromium.org
2009-06-22
3
-36
/
+54
*
Adding the ability to remove page actions.BUG=NoneTEST=unit test.
finnur@chromium.org
2009-06-22
5
-4
/
+25
*
Fix bug where content scripts are not run if they are in
aa@chromium.org
2009-06-22
1
-1
/
+1
*
TBR: Add more logging to try and track down flakey crypto tests.
aa@chromium.org
2009-06-20
1
-4
/
+0
*
part 3 of toolstrip dragging - persist the drag order
erikkay@google.com
2009-06-19
8
-38
/
+179
*
TBR: Fix Toolstrips sometimes show scrollbars as rendering
aa@chromium.org
2009-06-19
5
-11
/
+29
*
linux: make extensions service test pass in Debug.
evan@chromium.org
2009-06-19
2
-5
/
+3
*
Display an infobar alert when extension process crashes.
phajdan.jr@chromium.org
2009-06-19
6
-30
/
+158
*
Revert 18765 to try to repair perf regression
jar@chromium.org
2009-06-19
2
-42
/
+28
*
Send port-closed notification when a frame with ports unloads.
mpcomplete@google.com
2009-06-18
2
-28
/
+42
*
Abstract ExtensionPrefs into their own class.
erikkay@google.com
2009-06-18
7
-244
/
+367
*
Revert r18661.
willchan@chromium.org
2009-06-18
7
-363
/
+244
*
Pull Extension-related prefs into its own class. Also add a notification for...
erikkay@google.com
2009-06-17
7
-244
/
+363
*
Add a port disconnect event for when one side of an extension message port
mpcomplete@google.com
2009-06-17
3
-14
/
+120
*
submitted on behalf of rogerta (Roger Tawa).
rafaelw@chromium.org
2009-06-16
1
-0
/
+178
*
Bug 14202: Support relative paths when installing external extensions through...
finnur@chromium.org
2009-06-16
1
-1
/
+25
*
Fix a crash that could happen at shutdown or window close due to a double-free.
mpcomplete@google.com
2009-06-16
4
-26
/
+7
*
Reduce header dependencies in chrome/browser/
phajdan.jr@chromium.org
2009-06-16
16
-26
/
+33
*
Whoops. Actually print out the private key in the unit test,
aa@chromium.org
2009-06-16
1
-1
/
+1
*
Trying to debug a purify problem, the flags are not set to output LOG(INFO), ...
aa@chromium.org
2009-06-16
1
-1
/
+1
[next]