| Commit message (Expand) | Author | Age | Files | Lines |
* | Changing v8_shell to v8_shell_sample to match what the buildbot expects. | bradnelson@google.com | 2009-04-06 | 1 | -1/+1 |
* | Switching to gyp generated v8 on windows. | bradnelson@google.com | 2009-04-06 | 1 | -380/+66 |
* | Oops, #ifdef = #if | nsylvain@chromium.org | 2009-04-06 | 1 | -1/+1 |
* | Make the new save as dialog work on Vista too, since | nsylvain@chromium.org | 2009-04-06 | 1 | -2/+2 |
* | It looks like the local files are not built anymore on linux | nsylvain@chromium.org | 2009-04-06 | 1 | -0/+4 |
* | Switching windows over to gyp generated googleurl. | bradnelson@google.com | 2009-04-05 | 1 | -1/+1 |
* | Reverting 13136. | brettw@chromium.org | 2009-04-05 | 1 | -1/+5 |
* | Re-enable the NavigationControllerHistory test. | brettw@chromium.org | 2009-04-05 | 1 | -5/+1 |
* | Remove more reliance on tab contents types. | brettw@chromium.org | 2009-04-05 | 6 | -571/+397 |
* | Moving the Find bar ownership to the Browser object for portability and testa... | finnur@chromium.org | 2009-04-05 | 16 | -126/+179 |
* | Remove some uses of custom tab contents types from some tests. | brettw@chromium.org | 2009-04-04 | 25 | -951/+788 |
* | Make the throbber throb sooner after you navigate. This fixes the new tab page, | brettw@chromium.org | 2009-04-04 | 11 | -34/+60 |
* | Callbacks through ChromeClient->RenderView->RenderViewHost for ContentsDidCha... | rafaelw@chromium.org | 2009-04-04 | 9 | -2/+69 |
* | Fix null termination bug when reading UserScript | aa@chromium.org | 2009-04-04 | 1 | -2/+4 |
* | Gtk: pass the correct event time when we show right click context menus in th... | estade@chromium.org | 2009-04-03 | 6 | -10/+33 |
* | Change the size of media cache | hclam@chromium.org | 2009-04-03 | 1 | -3/+4 |
* | Remove a DCHECK in RenderView::CloseAudioStream | hclam@chromium.org | 2009-04-03 | 1 | -5/+7 |
* | Lands fix for 9659 from tedoc. See http://codereview.chromium.org/60059 for r... | sky@chromium.org | 2009-04-03 | 1 | -3/+20 |
* | - Added support for keeping track of load times. | davemoore@chromium.org | 2009-04-03 | 10 | -8/+284 |
* | Make the font family and the font size used in dom UI localizable. This is a ... | jungshik@google.com | 2009-04-03 | 65 | -49/+119 |
* | NULL check web_contents_ to prevent a crash. | tc@google.com | 2009-04-03 | 1 | -2/+3 |
* | Create a well-defined region that closely matches the shape of the tab to use... | jhawkins@chromium.org | 2009-04-03 | 4 | -36/+35 |
* | Make ProxyResolverV8 the default. | ericroman@google.com | 2009-04-03 | 3 | -9/+7 |
* | Gtk: Insert a border at the bottom of the toolbar. | estade@chromium.org | 2009-04-03 | 1 | -0/+10 |
* | Fixes regression in dragging bookmark bar. The bookmark bar would not | sky@chromium.org | 2009-04-03 | 1 | -2/+3 |
* | Add some hysterisis to tab dragging on Mac. | shess@chromium.org | 2009-04-03 | 1 | -0/+19 |
* | Adds temporary warning when installing Chrome extensions. The warning | georged@chromium.org | 2009-04-03 | 1 | -0/+16 |
* | Fix for issue 9685: | sgk@google.com | 2009-04-03 | 1 | -1/+1 |
* | Remove unneeded uses of base/pickle.h. Add some explicit #includes. | thestig@chromium.org | 2009-04-03 | 7 | -8/+20 |
* | Build fix: devtools_messages_internal.h moved w/o updating if 0 block | agl@chromium.org | 2009-04-03 | 1 | -1/+1 |
* | Put a border around the find bar text entry field. | estade@chromium.org | 2009-04-03 | 1 | -5/+6 |
* | Remove unneeded temp_scaffolding_stubs.h includes. Remove ConstrainedWindow f... | thestig@chromium.org | 2009-04-03 | 10 | -35/+12 |
* | Remove deprecated wstring ctor of JSONFileValueSerializer. | phajdan.jr@chromium.org | 2009-04-03 | 11 | -41/+40 |
* | This CL adds unit-tests for the SafeBrowsingBlockingPage class. | jcampan@chromium.org | 2009-04-03 | 10 | -23/+452 |
* | Make OpenProcessHandle report an error when it couldn't open the handle. | phajdan.jr@chromium.org | 2009-04-03 | 3 | -4/+12 |
* | DevTools: Add devtools messages into the about:ipc dialog. | pfeldman@chromium.org | 2009-04-03 | 3 | -9/+27 |
* | Remove two unneeded uses of std::floor in the GTK tab code. | deanm@chromium.org | 2009-04-03 | 1 | -3/+2 |
* | DevTools: move devtools messages to common. | pfeldman@chromium.org | 2009-04-03 | 10 | -19/+17 |
* | Two of the installer tests were failing because of path issues. Looks like bu... | anantha@chromium.org | 2009-04-03 | 3 | -31/+47 |
* | Move code to allow dns queries (and accompanying | aa@chromium.org | 2009-04-03 | 4 | -38/+9 |
* | Start of code coverage for Mac. | jrg@chromium.org | 2009-04-03 | 1 | -0/+27 |
* | Move HTML dialogs out of their own tab contents type. Moved functions to new | brettw@chromium.org | 2009-04-03 | 39 | -302/+252 |
* | Revert "Move IPC code to ipc/" | agl@chromium.org | 2009-04-03 | 101 | -355/+9858 |
* | Move IPC code to ipc/ | agl@chromium.org | 2009-04-03 | 101 | -9858/+355 |
* | Add code to support 2-way communication between extensions and renderers. Th... | mpcomplete@google.com | 2009-04-02 | 19 | -194/+518 |
* | FFmpeg video decoder glue code | hclam@chromium.org | 2009-04-02 | 1 | -0/+2 |
* | Fix linking with gold by cleaning up lib dependencies. | tc@google.com | 2009-04-02 | 1 | -7/+7 |
* | Add basic mouse input handling for Linux TabStrip. | jhawkins@chromium.org | 2009-04-02 | 4 | -4/+134 |
* | Speculative fix for a crash in resource handlers. | paulg@google.com | 2009-04-02 | 2 | -0/+8 |
* | Only create one downloads tab per window. If there is already a Downloads | estade@chromium.org | 2009-04-02 | 3 | -2/+6 |