summaryrefslogtreecommitdiffstats
path: root/mojo/services/html_viewer
Commit message (Expand)AuthorAgeFilesLines
* Remove MojoBlinkPlatformImpl and just fold it into BlinkPlatformImpl.jam2015-04-177-97/+46
* Fix htmlviewer crash when logging in to google.comjam2015-04-171-0/+3
* Mojo changes for moving WebScheduler to WebThreadalexclarke2015-04-172-2/+20
* html_viewer: Move webcrypto to a place where html_viewer can use it.erg2015-04-174-0/+9
* base: Rename DiscardableMemory::Memory() to ::data().reveman2015-04-162-9/+9
* Add the network service as a data dependency of html_viewer for Android.msw2015-04-161-0/+2
* Make mojo/application:test_support a group target.msw2015-04-161-9/+0
* Small cleanups in the Mojo HTML viewerpeter2015-04-1616-222/+222
* html_viewer: Add a mock WebNotificationManager.erg2015-04-155-0/+119
* Add the network service as a data dependency of html_viewer.msw2015-04-151-0/+1
* html_viewer: Implement various mime utilities.erg2015-04-151-6/+12
* Add mojo_shell data_deps to mojo/application:test_support.msw2015-04-151-0/+9
* Simplify chromium's mojo_shell since it's now only used for Mandoline.jam2015-04-143-69/+2
* DevTools: remove Canvas profiler from DevTools source base [content]. See det...pfeldman2015-04-121-2/+0
* Revert of Simplify mojo_shell since it's now only used for Mandoline. (patchs...msw2015-04-102-1/+68
* Avoid HTMLViewer crashes on child frame loads.msw2015-04-101-1/+1
* Add a simple mojo AxProvider apptest.msw2015-04-106-18/+142
* html_viewer: Don't crash on image redirects on domains served with CSP.erg2015-04-102-7/+26
* Replace IsolateHolder::LoadV8Snapshot() with V8Initializer::LoadSnapshot().oth2015-04-102-4/+4
* Simplify mojo_shell since it's now only used for Mandoline.jam2015-04-102-68/+1
* A few fixes to make logging in to Google work.jam2015-04-092-0/+15
* Part 7 of 8: Move blink images to their own grd/pak file.erg2015-04-091-48/+48
* Part 4 of ??: Move blink images to their own grd/pak files.erg2015-04-032-50/+69
* Add version resource to html_viewer, and make sizeviewer a bit more genericscottmg2015-04-032-0/+50
* media: Make RenderCdmFactory a RenderFrameObserver.xhwang2015-04-034-12/+25
* Refactors code for WebGestureCurve to ui/events/gestures/blinksky2015-04-033-0/+17
* Fixes action index of MotionEventsky2015-04-011-1/+1
* Remove unnecessary 'virtual' annotation from mojocwgreene2015-03-3118-209/+199
* Converts events to DIPs in html_viewersky2015-03-302-2/+14
* Wires up sending touch and gesture events in html_viewersky2015-03-305-0/+268
* html_viewer: Run with a cookie jar.erg2015-03-272-2/+12
* html_viewer: check reserved network addresses.erg2015-03-272-0/+10
* Move IdleTask to WebThread side 2/3alexclarke2015-03-262-5/+5
* Reland part 3 of 4: Modify blink users so they use blink images.erg2015-03-264-13/+65
* Revert "Part 3 of 4: Modify blink users so they use the image resources in bl...Elliot Glaysher2015-03-253-58/+6
* Part 3 of 4: Modify blink users so they use the image resources in blink.erg2015-03-253-6/+58
* Adds ui_test_pak to html_viewer's depssky2015-03-251-0/+1
* Update mojo sdk to rev cb6c5abfadfea0ca73dca466e2894554ac1ae144sky2015-03-241-52/+39
* mojo: Use nullptr instead of NULL.reveman2015-03-231-3/+3
* cc: Move worker threads to RenderThreadImpl.reveman2015-03-231-0/+2
* html_viewer: Set expected content length to -1 in ToWebURLResponse().xhwang2015-03-201-0/+1
* Add a DiscardableMemoryAllocator to html_viewer.erg2015-03-195-1/+308
* Replace aa->sky in mojo/html_viewer/OWNERSjamesr2015-03-191-1/+1
* Remove unused shutdown() function from WebSchedulerImpl.rmcilroy2015-03-192-5/+0
* Chromium side of adding postTimerTask to blink::WebScheduleralexclarke2015-03-182-0/+16
* Wires through scale factor and bounds in html_viewersky2015-03-174-6/+19
* Add HTMLViewer command line arg to set user agentdavemoore2015-03-161-4/+13
* HTMLViewer: Log JS messages to consoledavemoore2015-03-161-0/+2
* Add logging for missing resource.alokp2015-03-161-1/+1
* Gets packaging of html_viewer for android workingsky2015-03-164-7/+134