| Commit message (Expand) | Author | Age | Files | Lines |
* | Make some minor improvements to browser action samples: | aa@chromium.org | 2009-10-09 | 8 | -33/+29 |
* | Reverting 28404, it seems to break the interactive ui tests in mysterious ways. | jcampan@chromium.org | 2009-10-09 | 1 | -150/+0 |
* | Implement the missing memory information functions that memory_test uses. | vandebo@chromium.org | 2009-10-08 | 1 | -4/+57 |
* | * Add ctrl-shift-d to bookmark all tabs. | pkasting@chromium.org | 2009-10-08 | 1 | -1/+1 |
* | Make the signature for 23780 more generic. | huanr@chromium.org | 2009-10-08 | 1 | -1/+1 |
* | Add the ability to unload the HistoryBackend. | pkasting@chromium.org | 2009-10-08 | 1 | -0/+3 |
* | Get rid of mac_app_names.h. Replace it with real constants from | mark@chromium.org | 2009-10-08 | 1 | -7/+2 |
* | Extracting the interactive ui tests to their own GYP file. | jcampan@chromium.org | 2009-10-08 | 1 | -0/+150 |
* | Disable ExternalTabTestType.ExternalTabPostMessageTarget, which has been fail... | jhawkins@chromium.org | 2009-10-08 | 1 | -1/+1 |
* | Blacklist WorkerTest.LimitTotal on mac valgrind, as it hangs/fails. | dkegel@google.com | 2009-10-08 | 1 | -0/+2 |
* | Committing change 255087 for Roger: | tommi@chromium.org | 2009-10-08 | 1 | -0/+20 |
* | Mark SelfDeletePluginInvokeInSynchronousPaint as disabled since it seems to b... | johnnyg@chromium.org | 2009-10-08 | 1 | -1/+2 |
* | Make all content scripts from an extension run in the same | aa@chromium.org | 2009-10-08 | 8 | -0/+74 |
* | Sync: Remove pthreads from auth_watcher. | tim@chromium.org | 2009-10-07 | 4 | -6/+86 |
* | Update sync unit tests to build on linux | zork@chromium.org | 2009-10-07 | 1 | -1/+1 |
* | fix error in js from previous checkin | jam@chromium.org | 2009-10-07 | 1 | -1/+1 |
* | Remove known leaks in syncapi from purify unit_tests.exe_MLK.txt. These were... | tim@chromium.org | 2009-10-07 | 1 | -46/+0 |
* | Remove old expected reliability crashes. | rvargas@google.com | 2009-10-07 | 1 | -6/+0 |
* | Add permission to use the tabs object for the benchmarking extension. | mbelshe@chromium.org | 2009-10-07 | 1 | -0/+3 |
* | Disable ExternalTabTestType.ExternalTabPostMessageTarget which is failing con... | jhawkins@chromium.org | 2009-10-07 | 1 | -1/+1 |
* | Fix startup_tests failure. I added a new test but sometimes on a slow bot | tony@chromium.org | 2009-10-07 | 1 | -3/+0 |
* | Revert r28293. | jhawkins@chromium.org | 2009-10-07 | 4 | -33/+6 |
* | Change detectLanguage() API to now return the top three languages as well the... | sidchat@chromium.org | 2009-10-07 | 4 | -6/+33 |
* | Revert "Revert "Add startup tests that log start script, domcontentloaded, an... | tony@chromium.org | 2009-10-07 | 7 | -23/+105 |
* | Move all resources into the framework. | mark@chromium.org | 2009-10-07 | 1 | -0/+4 |
* | DevTools: allow inspecting __proto__, constructor, prototype properties.BUG=2... | yurys@google.com | 2009-10-07 | 1 | -0/+41 |
* | Adding a SIGTERM handler for OS_POSIX builds. This is needed so that Chrome ... | cmasone@google.com | 2009-10-07 | 1 | -8/+5 |
* | 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 |