| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert "Add startup tests that log start script, domcontentloaded, and onload." | mattm@chromium.org | 2009-10-07 | 7 | -105/+23 |
* | Take out reliablity crash from known crashes since it's fixed. | jam@chromium.org | 2009-10-07 | 1 | -4/+0 |
* | Add startup tests that log start script, domcontentloaded, and onload. | tony@chromium.org | 2009-10-07 | 7 | -23/+105 |
* | Add an BubbleBorder to BrowserAction popups and fix positioning of the | erikkay@chromium.org | 2009-10-06 | 2 | -3/+9 |
* | GMail extension with BrowserAction. It does the following: | sidchat@chromium.org | 2009-10-06 | 5 | -0/+151 |
* | Suppression for a leak detected by Purify in IEImporterTest | jeremy@chromium.org | 2009-10-06 | 1 | -0/+6 |
* | Fix scripting during NPP_Destroy. Note that if the plugin is making a call t... | jam@chromium.org | 2009-10-06 | 3 | -35/+104 |
* | Implement browserAction.setIcon(ImageData) for extensions. | mpcomplete@chromium.org | 2009-10-06 | 1 | -3/+25 |
* | Resubmit http://codereview.chromium.org/243096 with gcc compile error fixed. | erikkay@chromium.org | 2009-10-06 | 1 | -0/+1 |
* | Generate IDs for --load-extension by hashing the path instead | aa@chromium.org | 2009-10-06 | 1 | -0/+1 |
* | Add comments setting emacs and vim tab width and expansion variables. | sgk@google.com | 2009-10-06 | 1 | -0/+6 |
* | Added support for specifying the BrowserFlags DWORD value when we register th... | ananta@chromium.org | 2009-10-06 | 2 | -0/+13 |
* | TBR: mpcomplete | erikkay@chromium.org | 2009-10-05 | 1 | -1/+0 |
* | Allow popups to close themselves with window.close(). | erikkay@chromium.org | 2009-10-05 | 1 | -0/+1 |
* | Suppress UnloadTest.BrowserCloseInfiniteBeforeUnloadAlert, too, | dkegel@google.com | 2009-10-05 | 1 | -0/+1 |
* | Fix bug 23303: ui_tests crash Windows 7's shell when running WorkerHttpLayout... | jianli@chromium.org | 2009-10-05 | 1 | -0/+13 |
* | Disable RenderViewTest.ImeComposition in valgrind (not just in tsan), as it h... | dkegel@google.com | 2009-10-05 | 2 | -4/+4 |
* | Adding lot more Sync Integration Test | tejasshah@google.com | 2009-10-05 | 3 | -222/+1540 |
* | Update the crash signature for 23780 in known list. | huanr@chromium.org | 2009-10-05 | 1 | -1/+1 |
* | Adding known crash that's been around for the last couple of days. | joi@chromium.org | 2009-10-05 | 1 | -0/+3 |
* | Remove 1.css~ | ukai@chromium.org | 2009-10-05 | 1 | -1/+0 |
* | disable the SlowTermination tests because it keeps | nsylvain@chromium.org | 2009-10-03 | 1 | -7/+1 |
* | Add an API to manipulate the browser action badge. | aa@chromium.org | 2009-10-03 | 1 | -0/+8 |
* | Move the clipboard stuff out of base and into app/clipboard. I renamed | brettw@chromium.org | 2009-10-03 | 1 | -2/+2 |
* | Increase the action timeout on the fast shutdown ui test. | estade@chromium.org | 2009-10-02 | 1 | -2/+2 |
* | Disabling the test while I figure out why it is flaky. | finnur@chromium.org | 2009-10-02 | 1 | -1/+1 |
* | We now postMessage the RSS file over to the js script and have it parse it th... | finnur@chromium.org | 2009-10-02 | 5 | -125/+220 |
* | Add simple popup support to browser actions. This will create a popup HTML w... | erikkay@chromium.org | 2009-10-02 | 3 | -0/+57 |
* | Do not discount a MANUAL_SUBFRAME load just because it involved | darin@chromium.org | 2009-10-02 | 3 | -0/+13 |
* | The focus would only be restored properly the first time the | jcampan@chromium.org | 2009-10-02 | 2 | -0/+69 |
* | DevTools: test that scopes can be epxanded | yurys@google.com | 2009-10-02 | 1 | -0/+22 |
* | Disable slow termination ui test because it still fails on windows. | estade@chromium.org | 2009-10-02 | 1 | -1/+7 |
* | Don't run RenderViewTest.ImeComposition under ThreadSanitizer | timurrrr@chromium.org | 2009-10-02 | 1 | -0/+2 |
* | Adding new files for http://codereview.chromium.org/245036/show | estade@chromium.org | 2009-10-02 | 3 | -0/+56 |
* | Add Profile::DeleteSpellChecker(), which my MemoryPurger will use to purge th... | pkasting@chromium.org | 2009-10-02 | 1 | -0/+1 |
* | Don't send tab switching/killing/creating keyboard accelerators to pages. Th... | jam@chromium.org | 2009-10-02 | 1 | -0/+1 |
* | Put the dummy implementations in testing_profile.h on one line where possible... | pkasting@chromium.org | 2009-10-02 | 1 | -114/+44 |
* | Add chrome.browserAction.setName and .setIcon. | mpcomplete@chromium.org | 2009-10-01 | 4 | -0/+23 |
* | Coverity: Initialize dialog_ in the constructor. | jhawkins@chromium.org | 2009-09-30 | 1 | -1/+3 |
* | Look for sync_password under %USERPROFILE% in addition to alongside the script, | tim@chromium.org | 2009-09-30 | 1 | -398/+404 |
* | Landing patch from contributor Thiago Farina. | finnur@chromium.org | 2009-09-30 | 5 | -7/+7 |
* | Remove all MemoryModel-related code, since we're unlikely to use it again. A... | pkasting@chromium.org | 2009-09-30 | 1 | -2/+0 |
* | Add an optional WebFrame parameter to WebView::findFrameByName. | darin@chromium.org | 2009-09-30 | 3 | -0/+37 |
* | Moving the work done in WinMain to another method called explictly, | jcampan@chromium.org | 2009-09-30 | 2 | -21/+34 |
* | Fix bad Crash signature in known list. | huanr@chromium.org | 2009-09-30 | 1 | -4/+3 |
* | Hook up webkit/api/public/WebView.h | darin@chromium.org | 2009-09-30 | 1 | -1/+1 |
* | Bring startup test for complex theme up to date. | mirandac@chromium.org | 2009-09-30 | 10 | -62/+6 |
* | Address review comments. | thakis@chromium.org | 2009-09-30 | 1 | -1/+1 |
* | DevTools: add tests for step over/out/in | yurys@google.com | 2009-09-30 | 2 | -0/+41 |
* | Integrate browser actions with the wrench menu. Browser | aa@chromium.org | 2009-09-30 | 5 | -0/+43 |