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
*
Fix a bug where an open incognito window's browser actions would not update
mpcomplete@chromium.org
2010-03-30
2
-1
/
+9
*
Revert 43101 - Break the test of chrome.tab.captureVisibleTab() out of Extens...
skerner@chromium.org
2010-03-30
1
-16
/
+3
*
Break the test of chrome.tab.captureVisibleTab() out of ExtensionApiTest.Tabs.
skerner@chromium.org
2010-03-30
1
-3
/
+16
*
Minor C++ fixes found by Clang.
evan@chromium.org
2010-03-30
1
-9
/
+9
*
[Mac] If a popup for an extension is shown and then the extension is killed o...
andybons@chromium.org
2010-03-30
2
-1
/
+13
*
CL fixing a race-condition during experimental popup extension API pop-up clo...
twiz@chromium.org
2010-03-30
1
-7
/
+7
*
Makes deletion of ExtensionInstallUI happen on ui thread.
sky@chromium.org
2010-03-30
2
-6
/
+12
*
Fix a crash when creating tabs from an Infobar by making sure
finnur@chromium.org
2010-03-30
2
-0
/
+14
*
Revert 43005 - Adds ability for ImageLoadingTracker to cache images.
sky@chromium.org
2010-03-29
4
-284
/
+29
*
Adds ability for ImageLoadingTracker to cache images.
sky@chromium.org
2010-03-29
4
-29
/
+284
*
Disabling the ExtensionApiTest.Tabs test on linux and mac as it fails there. ...
ananta@chromium.org
2010-03-29
1
-3
/
+3
*
Changed AddPendingExtension() to treat adding an already-installed
akalin@chromium.org
2010-03-29
3
-21
/
+7
*
Some small bookmark manager fixes.
arv@chromium.org
2010-03-29
1
-1
/
+3
*
Fixed memory leak in unittest introduced by 42899.
akalin@chromium.org
2010-03-27
1
-0
/
+1
*
Fill in a default update_url for extensions with none.
akalin@chromium.org
2010-03-27
3
-144
/
+232
*
Fix the logic in extensions GetCurrentWindow:
mpcomplete@chromium.org
2010-03-26
2
-13
/
+8
*
Fix a bug with incognito extensions like RSS Subscription that try to open an
mpcomplete@chromium.org
2010-03-26
1
-5
/
+20
*
Move onImportBegan/Ended to the regular bookmarks api
feldstein@chromium.org
2010-03-26
6
-103
/
+101
*
[GTTF] Various ui tests cleanups:
phajdan.jr@chromium.org
2010-03-26
1
-2
/
+2
*
Rework ordering in ExtensionsService::UninstallExtension()
jochen@chromium.org
2010-03-26
3
-17
/
+23
*
Added support for pending extensions to ExtensionsService and
akalin@chromium.org
2010-03-26
6
-90
/
+543
*
Re-land 42631: The problem was that notifications aren't implemented on linux...
aa@chromium.org
2010-03-25
6
-10
/
+47
*
Revert 42631 as it seems to have broken browser tests on linux_views.
aa@chromium.org
2010-03-25
6
-43
/
+10
*
First part of new install dialog on Windows. Later changes will
aa@chromium.org
2010-03-25
2
-22
/
+90
*
Finish wiring up notifications in extensions.
aa@chromium.org
2010-03-25
6
-10
/
+43
*
Reland r42467. Clear cookies, local storage and databases when an extension g...
jochen@chromium.org
2010-03-25
7
-8
/
+206
*
Ensure all callers to GetFilePath are on the File thread
finnur@chromium.org
2010-03-25
2
-3
/
+4
*
Reverts 42520 and 42477. It back red again when adding this change back.
maruel@chromium.org
2010-03-25
6
-198
/
+0
*
Add instructions to chrome://extensions page for inspecting popups.
rafaelw@chromium.org
2010-03-24
1
-0
/
+4
*
Reapply 42467 by reverting 42499 and added suppression.
maruel@chromium.org
2010-03-24
6
-0
/
+198
*
Generalize the ExtensionFunctionDispatcher::Delegate interface a bit more. In...
aa@chromium.org
2010-03-24
15
-226
/
+189
*
Revert r42467: "Clear cookies, local storage and databases when an extension ...
maruel@chromium.org
2010-03-24
6
-198
/
+0
*
Revert "Fix browser side handling of moveTo by resizing the content area; not...
erg@chromium.org
2010-03-24
1
-2
/
+2
*
History APIs that parse a time as a number of milliseconds need to allow inte...
skerner@chromium.org
2010-03-24
1
-3
/
+6
*
Change chrome.experimental.history.search's first param to use 'text' for tex...
skerner@chromium.org
2010-03-24
3
-3
/
+3
*
Eliminate all UI thread decoding of extension images.
finnur@chromium.org
2010-03-24
12
-222
/
+267
*
Clear cookies, local storage and databases when an extension gets uninstalled.
jochen@chromium.org
2010-03-24
6
-0
/
+198
*
Disable BrowserActionApiTest.BrowserActionPopup, it's crashy.
phajdan.jr@chromium.org
2010-03-24
1
-1
/
+2
*
Enforce extension permissions in C++ (instead of Javascript).
jochen@chromium.org
2010-03-24
2
-12
/
+11
*
Avoid calling ExecuteCode() on a NULL TabContents. The problem was an extra s...
eroman@chromium.org
2010-03-24
1
-3
/
+6
*
Make it clear what last_sync_timestamp actually tracks. Update
nick@chromium.org
2010-03-24
1
-1
/
+1
*
Fix 2 bugs related to remembering loaded unpacked extensions.
mpcomplete@chromium.org
2010-03-23
5
-89
/
+125
*
Revert 42283 - Adds the source ImageLoadingTracker to OnImageLoaded. I need t...
finnur@chromium.org
2010-03-23
2
-8
/
+4
*
Initial version of an experimental Extensions Context Menu API.
asargent@chromium.org
2010-03-23
9
-4
/
+1049
*
Adds the source ImageLoadingTracker to OnImageLoaded. I need this in a
sky@chromium.org
2010-03-22
2
-4
/
+8
*
Refactor ExtensionActionContextMenuModel.
estade@chromium.org
2010-03-22
3
-117
/
+116
*
Enable DOM paste for extensions with clipboard access.
dcheng@chromium.org
2010-03-22
1
-0
/
+4
*
ChromeFrame net tests would crash on startup while initializing the extension...
ananta@chromium.org
2010-03-22
1
-1
/
+4
*
Move importer data types into a separate file to prepare for moving importer
mirandac@chromium.org
2010-03-22
1
-3
/
+4
*
Clean up the extensions service after fixing the bug.
phajdan.jr@chromium.org
2010-03-22
1
-17
/
+1
[next]