| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert "Reland "Use resource throttle to implement shouldOverrideUrlLoading, ... | Alex Mineer | 2015-12-08 | 3 | -0/+45 |
* | [Merge M48] enable download protection on linux: -Remove a couple of old TODO... | Nathan Parker | 2015-12-08 | 1 | -7/+0 |
* | Updating XTBs based on .GRDs from branch 2564 | Krishna Govind | 2015-12-07 | 1 | -4/+4 |
* | Fix an overflow in WebCursor. | Mitsuru Oshima | 2015-12-07 | 1 | -1/+5 |
* | [Merge to M48] ServiceWorker: Take back ServiceWorkerMetrics::CountWriteRespo... | Hiroki Nakagawa | 2015-12-07 | 1 | -1/+11 |
* | Fix in-page logic for allow_universal_access_from_files. | creis | 2015-12-04 | 4 | -18/+67 |
* | [Merge M48] Revert "content: Add yet more debugging to ResourceDispatcher." | erikchen | 2015-12-04 | 1 | -11/+0 |
* | Merge M48: Remove rooksbas.dll and rooksbas_x64.dll from renderer blacklist. | Will Harris | 2015-12-03 | 1 | -2/+0 |
* | DevTools: relax the check when looking up the shared workers' agent hosts. | Pavel Feldman | 2015-12-03 | 1 | -2/+4 |
* | Add lock around modification of HostSharedBitmapManagerClient::owned_bitmaps_ | John Bauman | 2015-12-02 | 2 | -9/+22 |
* | Drop IPCs that come in after destruction time. | Avi Drissman | 2015-11-30 | 1 | -0/+7 |
* | This cl was originally reviewed in https://codereview.chromium.org/1438153002... | Per | 2015-11-26 | 4 | -21/+33 |
* | Never reuse a VideoToolbox decompression session. | Dan Sanders | 2015-11-25 | 2 | -32/+22 |
* | [Merge to M48] ServiceWorker: Fix messed registration attributes on ServiceWo... | Hiroki Nakagawa | 2015-11-25 | 1 | -1/+1 |
* | Revert of Create per-child-process dispatch mechanism for memory pressure not... | mbarbella | 2015-11-24 | 8 | -179/+26 |
* | AppCache: fix a browser crashing bug that can happen during updates. | Michael Nordman | 2015-11-24 | 2 | -3/+11 |
* | AppCache: Use WeakPtr<> to fix a potential uaf bug. | Michael Nordman | 2015-11-24 | 2 | -4/+8 |
* | Updating XTBs based on .GRDs from branch 2564 | Krishna Govind | 2015-11-23 | 1 | -1/+1 |
* | [Merge to M48] Fix a regression in checking the status of the touch events. | Ahmed Fakhry | 2015-11-23 | 2 | -2/+2 |
* | [Merge to M48] ServiceWorker: Fix accidental refcount adoption for ServiceWor... | Hiroki Nakagawa | 2015-11-20 | 5 | -20/+158 |
* | Surface selected text to accessibility snapshot | Selim Gurun | 2015-11-19 | 4 | -20/+91 |
* | Merge "Presentation API: rename .close() to .terminate() to match the spec ch... | Mounir Lamouri | 2015-11-19 | 2 | -3/+3 |
* | Revert of "Fix NTP thumbnail generation" and "Fix local variable init problem... | Jayson Adams | 2015-11-18 | 2 | -13/+9 |
* | [Background Sync] Record when we cannot create a network observer because of ... | Ian Clelland | 2015-11-18 | 1 | -0/+5 |
* | [Background Sync] Align exposed API with spec | Ian Clelland | 2015-11-18 | 3 | -279/+20 |
* | Early out in OnFocusedNodeChanged if there's no view. | W. James MacLean | 2015-11-18 | 1 | -0/+4 |
* | Add NEW_TASK flag to intent to avoid crash in startActivity | Yusuf Ozuysal | 2015-11-18 | 1 | -0/+1 |
* | Save-Page-As-Complete-Html: Fixing how links are rewritten in subframes (M48 ... | Lukasz Anforowicz | 2015-11-17 | 1 | -2/+5 |
* | media: Support SetCdm() on VideoDecodeAccelerator interface. | xhwang | 2015-11-13 | 7 | -95/+147 |
* | Remove WebColorName. | esprehn | 2015-11-13 | 2 | -5/+1 |
* | Remove ScopedVector from FrameTreeNode. | nick | 2015-11-13 | 2 | -21/+16 |
* | Asynchronously update the root layer scroll offset from UI to compositor thread. | hush | 2015-11-13 | 4 | -3/+35 |
* | Replace "pinchViewport" with "visualViewport" in variable names, etc. | jbroman | 2015-11-13 | 1 | -2/+2 |
* | Create per-child-process dispatch mechanism for memory pressure notifications. | chrisha | 2015-11-13 | 8 | -26/+179 |
* | Fix failing thread check in ContextProviderCommandBuffer::ContextGL | junov | 2015-11-13 | 1 | -1/+1 |
* | [Android WebView] Fire onPageFinished from WebContentsObserver::didStopLoading | mnaganov | 2015-11-13 | 2 | -6/+14 |
* | bluetooth: Remove GenericAccessAdapter. Use HeartRateAdapter instead. | ortuno | 2015-11-13 | 2 | -196/+180 |
* | Remove debugging added to ResourceDispatcher. | erikchen | 2015-11-13 | 2 | -22/+1 |
* | Fix document.hasFocus() to work with OOPIF. | alexmos | 2015-11-13 | 1 | -0/+72 |
* | Add support for a command line switch: agc-startup-min-volume | Tommi | 2015-11-13 | 4 | -0/+31 |
* | Remove many string conversions in BlinkAXTreeSource. | esprehn | 2015-11-13 | 1 | -36/+25 |
* | Remove ScopedVector from NavigationController. | avi | 2015-11-13 | 5 | -40/+36 |
* | Cleanup RTCVideoEncoder and RTCVideoDecoder | mcasas | 2015-11-13 | 4 | -128/+105 |
* | Remove uses of std:: in Blink Web Bluetooth API. | jyasskin | 2015-11-13 | 4 | -5/+6 |
* | Remove the IPCEcho service and WebDOMCustomEvent. | esprehn | 2015-11-13 | 13 | -309/+1 |
* | Revert of Fix leak of RTCPeerConnectionHandler if PeerConnection.close() is c... | perkj | 2015-11-13 | 3 | -30/+18 |
* | Disabling BrowserGpuChannelHostFactoryTest.GrContextKeepsGpuChannelAlive on Mac | junov | 2015-11-13 | 1 | -2/+4 |
* | Revert of Disable platform-mode to try and green up tests. (patchset #1 id:1 ... | stip | 2015-11-13 | 1 | -0/+1 |
* | Disable platform-mode to try and green up tests. | stip | 2015-11-13 | 1 | -1/+0 |
* | Removes the useless definition of GetAttributedSubstringFromRange. | shuchen | 2015-11-13 | 1 | -3/+0 |