| Commit message (Expand) | Author | Age | Files | Lines |
* | [GTTF] Reduce header dependencies in chrome. | phajdan.jr@chromium.org | 2009-11-30 | 7 | -4/+7 |
* | Revert 33301 and 33305 due to unit_tests breakage. | maruel@chromium.org | 2009-11-30 | 7 | -7/+4 |
* | [GTTF] Reduce header dependencies in chrome. | phajdan.jr@chromium.org | 2009-11-30 | 7 | -4/+7 |
* | Integrate BlacklistManager with Profile. | phajdan.jr@chromium.org | 2009-11-30 | 2 | -0/+5 |
* | Revert 33255 - Report active extensions in crash reports. This only implement... | nsylvain@chromium.org | 2009-11-30 | 2 | -16/+0 |
* | Report active extensions in crash reports. This only implements Windows right... | aa@chromium.org | 2009-11-30 | 2 | -0/+16 |
* | Many changes to DictionaryValues: | pkasting@chromium.org | 2009-11-25 | 8 | -47/+37 |
* | Enable the RTL UI support in the extensions_ui (chrome://extensions). While d... | jshin@chromium.org | 2009-11-25 | 1 | -0/+2 |
* | Fixing 27834 by always deleting ExtensionMessageService on | huanr@chromium.org | 2009-11-25 | 2 | -6/+18 |
* | Ignore UTF-8's BOM when parsing userscript's metadata. | hayato@chromium.org | 2009-11-25 | 2 | -1/+21 |
* | Introduce a new 'all_frames' property to content scripts and | aa@chromium.org | 2009-11-25 | 1 | -0/+10 |
* | Tiny clean up. Use ASSERT_EQ instead of EXPECT_EQ. | hayato@chromium.org | 2009-11-25 | 1 | -5/+5 |
* | Remove --enable-user-script and associated tests. | aa@chromium.org | 2009-11-24 | 1 | -49/+1 |
* | disable extension toolstrips by default, adding | erikkay@chromium.org | 2009-11-24 | 2 | -0/+8 |
* | Move base64 from 'net/base' into 'base'. | hayato@chromium.org | 2009-11-24 | 5 | -9/+8 |
* | Fixes extension packing codepath that was hitting a race condition DCHECK des... | andybons@chromium.org | 2009-11-24 | 3 | -0/+8 |
* | Fix crash when an extension popup shows a JS alert. Showing the alert takes... | rafaelw@chromium.org | 2009-11-24 | 1 | -0/+1 |
* | Remove ResourceBundle::LoadImageResourceBytes since it appears to | tony@chromium.org | 2009-11-23 | 1 | -1/+1 |
* | Marking the ExtensionApiTest.ExecuteScript test as flaky as it failed for no ... | ananta@chromium.org | 2009-11-23 | 1 | -1/+3 |
* | Make extension updates use omaha id when talking to omaha. | asargent@chromium.org | 2009-11-23 | 3 | -1/+145 |
* | Add platform abstraction for simple error box, and use it in a couple extensi... | estade@chromium.org | 2009-11-23 | 2 | -4/+6 |
* | Revert change that disallowed content scripts access to | aa@chromium.org | 2009-11-22 | 3 | -6/+29 |
* | Forces T*s to scoped_refptr<T> when PostTask()ing to a function expecting sco... | jamesr@chromium.org | 2009-11-20 | 2 | -2/+2 |
* | Properly report blacklisted extension errors (currently, blacklisted extensio... | estade@chromium.org | 2009-11-20 | 1 | -3/+1 |
* | Revert 32608 - RESUBMIT of http://src.chromium.org/viewvc/chrome?view=rev&rev... | ananta@chromium.org | 2009-11-20 | 1 | -1/+1 |
* | Make executeScript and insertCSS inject code into all frames. | tangjie@chromium.org | 2009-11-20 | 4 | -7/+26 |
* | RESUBMIT of http://src.chromium.org/viewvc/chrome?view=rev&revision=32319 wit... | jorlow@chromium.org | 2009-11-20 | 1 | -1/+1 |
* | Add extensions BookmarkModel observer automatically when manifest has bookmar... | mattm@chromium.org | 2009-11-20 | 2 | -5/+5 |
* | Adds popups to browser actions, completing the feature. | andybons@chromium.org | 2009-11-20 | 1 | -1/+2 |
* | Special case the gallery to not show the scary download roadblock. | aa@chromium.org | 2009-11-20 | 3 | -19/+17 |
* | Undo my revert at r32524 due to a startup test regression. | mpcomplete@chromium.org | 2009-11-20 | 3 | -6/+89 |
* | Allow extension port connection requests to provide tab information. | mad@chromium.org | 2009-11-19 | 2 | -18/+28 |
* | Revert old change that created an ExtensionHost's RenderView asynchronously. | mpcomplete@chromium.org | 2009-11-19 | 3 | -82/+6 |
* | Enabling (sandboxed) extension unpacker tests. | cira@chromium.org | 2009-11-19 | 1 | -6/+4 |
* | Use Views version of BrowserActionTest for linux/view build. | oshima@chromium.org | 2009-11-18 | 1 | -7/+7 |
* | DISABLING all new unpacker tests. XP try bots are failing. | cira@chromium.org | 2009-11-18 | 1 | -2/+2 |
* | Parse messages.json in ExtensionUnpacker (like we do for manifest) and pass t... | cira@chromium.org | 2009-11-18 | 4 | -83/+388 |
* | Add various tests for chrome.tabs/windows. | kkania@chromium.org | 2009-11-18 | 1 | -0/+1 |
* | Fixes several focus issue with popup in the extensions' browser actions: | jcampan@chromium.org | 2009-11-18 | 1 | -0/+17 |
* | Don't allow content scripts to execute on file:// urls. | finnur@chromium.org | 2009-11-18 | 5 | -44/+38 |
* | Launch processes asynchronously so as not to block the UI thread. For now, re... | jam@chromium.org | 2009-11-18 | 2 | -12/+18 |
* | Revert 32203,32204,32205 - Launch processes asynchronously so as not to block... | jam@chromium.org | 2009-11-18 | 2 | -18/+12 |
* | Fix race conditions where an object's constructor uses PostTask on itself. T... | jam@chromium.org | 2009-11-17 | 2 | -7/+7 |
* | Launch processes asynchronously so as not to block the UI thread. For now, r... | jam@chromium.org | 2009-11-17 | 2 | -12/+18 |
* | Add validation to extension packaging. | aa@chromium.org | 2009-11-17 | 2 | -1/+31 |
* | amit, please review everything, jam please review the changes to the tab_cont... | ananta@chromium.org | 2009-11-17 | 1 | -1/+1 |
* | Plumb through off the record state from the URL request to the | tony@chromium.org | 2009-11-17 | 2 | -2/+4 |
* | Refactoring of the chrome.experimental.popup API implementation to allow disp... | twiz@google.com | 2009-11-16 | 10 | -102/+311 |
* | Linux: fix uninit warnings when building -Os. | agl@chromium.org | 2009-11-16 | 1 | -1/+1 |
* | Port most of browser action apitest to linux. | estade@chromium.org | 2009-11-16 | 1 | -56/+148 |