| Commit message (Expand) | Author | Age | Files | Lines |
* | Context menus should appear above the touch point if invoked by long press. | varunjain@chromium.org | 2012-09-07 | 2 | -3/+5 |
* | Fix the gdb path for NDK-r8b. | michaelbai@chromium.org | 2012-09-06 | 2 | -2/+2 |
* | Remove copy steps from content_shell_apk and content_shell_test_apk | cjhopman@chromium.org | 2012-09-06 | 2 | -8/+15 |
* | Very basic Android browser-side compositing support. | sievers@chromium.org | 2012-09-05 | 6 | -183/+55 |
* | Remove content_shell_ant_helper.sh | cjhopman@chromium.org | 2012-09-05 | 2 | -19/+6 |
* | Make IndexedDB layout browser tests save incorrect results to a file | dgrogan@chromium.org | 2012-09-05 | 2 | -0/+4 |
* | events: Move some files into ui/base/events/ | sadrul@chromium.org | 2012-09-04 | 1 | -2/+2 |
* | Add context popup menu support for content shell[GTK]. | shouqun.liu@intel.com | 2012-09-03 | 5 | -0/+351 |
* | [content shell] make more tests pass: force compositing on, and ignore certif... | jochen@chromium.org | 2012-08-31 | 1 | -0/+6 |
* | [content shell] report renderer crashes and hangs, as well as plugin crashes | jochen@chromium.org | 2012-08-31 | 4 | -14/+34 |
* | Add gdb server variable for ant | michaelbai@chromium.org | 2012-08-30 | 1 | -3/+4 |
* | Move some download tests to content from chrome. | rdsmith@chromium.org | 2012-08-30 | 2 | -11/+62 |
* | [content shell] add a test result printer class and use it to print test output | jochen@chromium.org | 2012-08-30 | 5 | -104/+168 |
* | [content shell] report not implemented test runner functions before returning... | jochen@chromium.org | 2012-08-30 | 1 | -3/+2 |
* | [content shell] suppress stray output after sending the final #EOFs | jochen@chromium.org | 2012-08-30 | 2 | -10/+16 |
* | [content shell] when resetting windows, don't print dumps and wait until the ... | jochen@chromium.org | 2012-08-29 | 2 | -6/+19 |
* | content_shell: always initialize logging. | jln@chromium.org | 2012-08-29 | 1 | -2/+2 |
* | [content shell] improve support of the test shell protocol | jochen@chromium.org | 2012-08-28 | 4 | -111/+181 |
* | Don't re-create ShellDownloadManagerDelegate if it already exists. | rdsmith@chromium.org | 2012-08-27 | 1 | -2/+4 |
* | Turned job_factory into a pure virtual class | shalev@chromium.org | 2012-08-24 | 1 | -2/+2 |
* | Fix the DownloadManager not initialized error in content shell. | shouqun.liu@intel.com | 2012-08-21 | 2 | -0/+32 |
* | Ensure that isolated apps use the right cookies for media requests. | creis@chromium.org | 2012-08-21 | 2 | -2/+10 |
* | [content shell] create a central WebKitTestController object that manages the... | jochen@chromium.org | 2012-08-21 | 4 | -112/+209 |
* | [content shell] disable the auth prompt during layout tests | jochen@chromium.org | 2012-08-21 | 1 | -2/+5 |
* | Add histograms for network activity, and total/cumulative | tburkard@chromium.org | 2012-08-20 | 2 | -4/+4 |
* | Convert the indexed db pyauto tests to content_browsertests. | jam@chromium.org | 2012-08-20 | 1 | -1/+2 |
* | [content shell] rename layout_test_controller{,_host,_bindings}.* to webkit_t... | jochen@chromium.org | 2012-08-20 | 13 | -80/+80 |
* | [content shell] Add support for layout tests using content_shell on Android (... | jochen@chromium.org | 2012-08-18 | 3 | -21/+43 |
* | [content shell] rip out code that moves windows off screen during layout tests | jochen@chromium.org | 2012-08-17 | 3 | -20/+2 |
* | Make content_browsertests support restarts across a test. | jam@chromium.org | 2012-08-17 | 3 | -2/+9 |
* | [content shell] add --no-timeout option | jochen@chromium.org | 2012-08-17 | 3 | -6/+14 |
* | Don't dump pixel results if we fail to encode the image | jochen@chromium.org | 2012-08-17 | 1 | -12/+12 |
* | Consolidate ContentViewCore::Load* functions | boliu@chromium.org | 2012-08-15 | 1 | -1/+2 |
* | Adding AndroidProxySelectorTest to ContentShell | aurimas@chromium.org | 2012-08-15 | 1 | -0/+3 |
* | Upstream ContentView contentDescription | dtrainor@chromium.org | 2012-08-14 | 2 | -0/+2 |
* | Add --remote-debugging-port back to content_shell since nduca mentioned he wa... | jam@chromium.org | 2012-08-14 | 4 | -3/+24 |
* | Move SessionStorageNamespace entirely into NavigationController and support S... | ajwong@chromium.org | 2012-08-13 | 1 | -2/+1 |
* | Add local file system directory listings support for content shell. | jam@chromium.org | 2012-08-13 | 8 | -44/+21 |
* | Replace views::Event with ui::Event. | beng@google.com | 2012-08-10 | 1 | -2/+1 |
* | Add Debug menu to Mac Content Shell. | avi@chromium.org | 2012-08-10 | 3 | -19/+121 |
* | Remove views::KeyEvent, replacing uses of it with ui::KeyEvent. | ben@chromium.org | 2012-08-09 | 1 | -1/+2 |
* | Add a menu item to content_shell to open devtools to make it more discoverable. | jam@chromium.org | 2012-08-09 | 12 | -22/+76 |
* | Add keyboard shortcuts for Mac content shell. | shouqun.liu@intel.com | 2012-08-09 | 1 | -6/+17 |
* | Add shortcut to create new window for GTK content shell. | shouqun.liu@intel.com | 2012-08-09 | 2 | -0/+25 |
* | Add WebContents* to some more delegate methods | joth@chromium.org | 2012-08-08 | 2 | -1/+3 |
* | Simplify devtools code on android and enable devtools for android content_shell. | satish@chromium.org | 2012-08-07 | 2 | -0/+71 |
* | Rename layoutTestController to testRunner. | jochen@chromium.org | 2012-08-07 | 3 | -5/+3 |
* | Use the script helper to build of content shell on Android | yongsheng.zhu@intel.com | 2012-08-07 | 1 | -2/+2 |
* | [Android] Add chrome_java target for building Java code in the chromium layer. | yfriedman@chromium.org | 2012-08-06 | 2 | -24/+26 |
* | Android: replace temporary test runner with the instrumentation runner. | bulach@chromium.org | 2012-08-02 | 1 | -55/+0 |