- 06 Sep, 2014 40 commits
-
-
ahest authored
chrome.tabs.onUpdated may fire when the listener is not set up yet. BUG= Review URL: https://codereview.chromium.org/537953002 Cr-Commit-Position: refs/heads/master@{#293637}
-
chrome://settingsvitalyp authored
R=dbeam@chromium.org BUG=393873 TEST=GYP_GENERATORS=ninja gyp --depth . chrome/browser/resources/options/compiled_resources.gyp && ninja -C out/Default | grep WARNING Review URL: https://codereview.chromium.org/517413002 Cr-Commit-Position: refs/heads/master@{#293636}
-
Nico Weber authored
BUG=411648,82385 TBR=hans@chromium.org Review URL: https://codereview.chromium.org/550713002 Cr-Commit-Position: refs/heads/master@{#293635}
-
reveman authored
content: Make sure GpuProcessHost replies to all outstanding CreateGpuMemoryBuffer requests when GPU process dies. BUG= R=piman@chromium.org Review URL: https://codereview.chromium.org/547073002 Cr-Commit-Position: refs/heads/master@{#293634}
-
oshima authored
BUG=None Review URL: https://codereview.chromium.org/542413002 Cr-Commit-Position: refs/heads/master@{#293633}
-
enne authored
In the SingleThreadProxy+SchedulerClient patch, LayerTreeHostClient::Layout is now called via DoCommit which is called via Composite(Immediately). In no cases should the embedder call Layout() manually. R=danakj@chromium.org,piman@chromium.org BUG=none Review URL: https://codereview.chromium.org/545343003 Cr-Commit-Position: refs/heads/master@{#293632}
-
oshima authored
BUG=404893 Review URL: https://codereview.chromium.org/549553002 Cr-Commit-Position: refs/heads/master@{#293631}
-
hubbe authored
To make things simpler, also make congestion control into an interface with fixed and adaptive implementations. BUG=405622 Review URL: https://codereview.chromium.org/542883004 Cr-Commit-Position: refs/heads/master@{#293630}
-
enne authored
This adds methods to SingleThreadProxy to support impl-side painting when using the scheduler. This allows most unit tests to test impl-side painting classes through both the single and threaded paths. The biggest caveat to this approach is the "commit waits for activation" logic that mailboxes want to use. Because there is no easy way to block the only thread there is while activation happens, activation always happens immediately during commit, even if the tree is not ready. To cause the tree to wait to draw until it is ready, drawing is prevented via SetRequiresHighResToDraw. This prepares the way for the future where the SingleThreadProxy will likely commit directly to the active tree. The synchronous CompositeImmediately function does not support impl-side painting yet. This is the path used by everything but unit tests at this point. R=danakj@chromium.org BUG=329553 Review URL: https://codereview.chromium.org/508373002 Cr-Commit-Position: refs/heads/master@{#293629}
-
acolwell authored
Moving WebMediaPlayerImpl and related classes in content/renderer/media to media/blink so that they can be reused by Mojo code. BUG=408338 Review URL: https://codereview.chromium.org/495353003 Cr-Commit-Position: refs/heads/master@{#293628}
-
chrome://historyvitalyp authored
R=dbeam@chromium.org BUG=393873 TEST=GYP_GENERATORS=ninja gyp --depth . third_party/closure_compiler/compiled_resources.gyp && ninja -C out/Default Review URL: https://codereview.chromium.org/545303003 Cr-Commit-Position: refs/heads/master@{#293627}
-
reillyg authored
Add an IsPersistent function to mark these resources as non-persistent so that they will be cleaned up when the extension is suspended. The default is persistent. BUG=397234,409759 Review URL: https://codereview.chromium.org/548703003 Cr-Commit-Position: refs/heads/master@{#293626}
-
sky authored
This crash would happen if you select a couple of tabs, then click but don't drag and hit escape or control-w. The crash would occur because we would end up inserting the tabs a second time even though they are already in the tabstrip. BUG=360822 TEST=see bug R=ben@chromium.org Review URL: https://codereview.chromium.org/548703002 Cr-Commit-Position: refs/heads/master@{#293625}
-
damienv authored
Also add an adapter from the Chrome media DemuxerStream to the CodedFrameProvider. BUG=408189 Review URL: https://codereview.chromium.org/542893003 Cr-Commit-Position: refs/heads/master@{#293624}
-
reillyg authored
This prevents anything other than device::HidService::Destroyer from calling the destructor. For example, scoped_ptr, as was the case in HidConnectionTest. BUG= Review URL: https://codereview.chromium.org/542153004 Cr-Commit-Position: refs/heads/master@{#293623}
-
reillyg authored
This placement more closely matches the GN layout. BUG=None R=rockot@chromium.org,tfarina@chromium.org Review URL: https://codereview.chromium.org/526593003 Cr-Commit-Position: refs/heads/master@{#293622}
-
stevenjb authored
BUG=279351 Review URL: https://codereview.chromium.org/535283002 Cr-Commit-Position: refs/heads/master@{#293621}
-
pkotwicz authored
BUG=401559 TEST=Manual, see bug TBR=sadrul, oshima (TBR for DEPS additions) NOTRY=true Review URL: https://codereview.chromium.org/518673007 Cr-Commit-Position: refs/heads/master@{#293620}
-
iseki authored
* SendDriveFileTransferEvent and onFileTransfersUpdated are not necessay to recieve list because this event is always single. BUG=408482 TEST=manually 1. Copy the local file to drive. 2. Confirm sync status is updated correctly. Review URL: https://codereview.chromium.org/542573002 Cr-Commit-Position: refs/heads/master@{#293619}
-
nednguyen authored
Remove StartProfiling & StopProfiling methods from browser.py. profiling_controller is owned by platform, so this will allow decoupling lifetime of profilers from browser. This cannot be achieved yet in this patch since we have some profilers whose lifetime dependent on the browser, e.g: v8, tracing... To do this, profilers' APIs should be modified for case browser_backend is optional if they are not dependent on the browsers (e.g: monsoon, tcp_dump...). For now, StartProfiling will explode if the number of running browsers is not 1. BUG= Review URL: https://codereview.chromium.org/511653002 Cr-Commit-Position: refs/heads/master@{#293618}
-
agl authored
This reverts commit e06bd133. This is a preemptive revert to see whether a pagecycler regression can be attributed to this change. (Even if it can, we still probably want to make the change, but it's good to know.) BUG=409214 TBR=davidben@chromium.org Review URL: https://codereview.chromium.org/547843002 Cr-Commit-Position: refs/heads/master@{#293617}
-
luken authored
This CL fixes a race where the code would call DismissPictureBuffer() on all output_picture_buffers_ once it detected a resolution change. However some of those picture buffers had yet to be displayed by the client. The client code, when asked to dismiss a picture buffer, only tries to detect if it is currently displaying that frame, and if not goes ahead and deletes the texture. This patch defers the dismissing of the picture buffers until the client calls RecyclePictureBuffer back with that stale buffer ID, meaning that the texture has been displayed and can be safely deleted. TEST: navigate to http://sr-repro.s3.amazonaws.com/gpudecode/repro-gpu-mbr.html, before CL there may be series of black frames when playing the video and it switches from 720p to 1080p. After the CL the black frames are gone. BUG=404817 Review URL: https://codereview.chromium.org/540043003 Cr-Commit-Position: refs/heads/master@{#293616}
-
tzik authored
Skip resize handling on fullscreen event. BUG=408409 R=erg@chromium.org Review URL: https://codereview.chromium.org/542533002 Cr-Commit-Position: refs/heads/master@{#293615}
-
alemate authored
This fixes crash, because GetProfileByUser is now returning NULL there. BUG=411216, 410617 TEST=manual Review URL: https://codereview.chromium.org/543163002 Cr-Commit-Position: refs/heads/master@{#293614}
-
lazyboy authored
This GuestView type would be used to render out of process pdf through extension. This introduces BrowserPluginDelegate in content/renderer, because we need a way to create a MimeHandlerView guest (extensions/ concept) from BrowserPlugin (content/ concept). MimeHandlerView is behind --enable-mime-handler-view flag. BUG=303491 Test=Apply http://crrev.com/392813003/ on top of this CL, Launch chrome with --out-of-process-pdf flag and --enable-mime-handler-view flag Navigate to a PDF Check PDF is served using BrowserPlugin, probably easier to see process associated with the BrowserPlugin from Chrome's task manager. Review URL: https://codereview.chromium.org/376033002 Cr-Commit-Position: refs/heads/master@{#293613}
-
ericzeng authored
Implement WebContentsDelegate::OpenURLFromTab in ExtensionOptionsGuest to handle links that do not have the target=_blank attribute. Force all links to URLs outside of the extension to be opened in a new tab. This also handles <meta> redirects and setting window.location from the options page by opening them in a new tab. BUG=409344 Review URL: https://codereview.chromium.org/546073003 Cr-Commit-Position: refs/heads/master@{#293612}
-
fsamuel authored
This size is used to determine when autosize has resized the guest. BUG=273089 Test=Launch chrome with --enable-embedded-extension-options, Open up chrome://extensions, click on Options for Goolge SPDY Proxy VPN and it shows a scrollbar. Review URL: https://codereview.chromium.org/544313002 Cr-Commit-Position: refs/heads/master@{#293611}
-
ttuttle authored
This is a first-ditch attempt at fixing http://crbug.com/401655. BUG=401655 Review URL: https://codereview.chromium.org/539313002 Cr-Commit-Position: refs/heads/master@{#293610}
-
chrome-tpm authored
Cr-Commit-Position: refs/heads/master@{#293609}
-
jonross authored
Adds touch feedback to tray icons in touchview when --ash-enable-touchview-touch-feedback flag is passed. TEST=WebNotificationTrayTest.MAYBE_NoTouchFeedback, WebNotificationTrayTest.MAYBE_MaximizeModeTouchFeedback, WebNotificationTrayTest.MAYBE_TouchFeedbackCancellation BUG=398398 Review URL: https://codereview.chromium.org/515573002 Cr-Commit-Position: refs/heads/master@{#293608}
-
ananta authored
Fix is to send the special keystates over in the mouse wheel IPC message. BUG=410792 Review URL: https://codereview.chromium.org/543203002 Cr-Commit-Position: refs/heads/master@{#293607}
-
vmpstr authored
We don't handle masks that are solid color. Also, I suspect that most masks aren't solid color, so we shouldn't waste time analyzing them. R=enne, danakj Review URL: https://codereview.chromium.org/543853002 Cr-Commit-Position: refs/heads/master@{#293606}
-
chromeos-commit-bot authored
Cr-Commit-Position: refs/heads/master@{#293605}
-
Brad Nelson authored
Adding xutils-dev for naclport of xorg-server. Adding intltool for xkeyboard-config. NOTRY=true BUG=None TEST=None R=sbc@chromium.org Review URL: https://codereview.chromium.org/545013003 Cr-Commit-Position: refs/heads/master@{#293604}
-
huangs authored
This fixes the bug where url('google_logo.png@2x') causes validation failures. BUG=408759 R=dbeam@chromium.org Review URL: https://codereview.chromium.org/514403002 Cr-Commit-Position: refs/heads/master@{#293603}
-
Sergey Ulanov authored
Previously chromoting host wasn't using proxies on linux because ProxyConfigServiceLinux doesn't work in NPAPI plugins. Now it's not a problem because we no longer support NPAPI. BUG=410521,125104 R=jamiewalch@chromium.org, mmenke@chromium.org Review URL: https://codereview.chromium.org/542473002 Cr-Commit-Position: refs/heads/master@{#293602}
-
estade authored
BUG=409938 NOTRY=true Review URL: https://codereview.chromium.org/520303004 Cr-Commit-Position: refs/heads/master@{#293601}
-
Sadrul Habib Chowdhury authored
Make sure the Activity is updated when the theme-color changes. Also, update the background color from UpdateWindowIcon() override, instead of from UpdateWindowTitle(), since the latter doesn't get called if the title didn't actually change, and so just changing the color doesn't actually update the view. BUG=none R=oshima@chromium.org Review URL: https://codereview.chromium.org/549593002 Cr-Commit-Position: refs/heads/master@{#293600}
-
Matthew Dempsky authored
This adds support for expressions like Switch(arg) .Case(1, result1) .CASES((2, 3), result2) .Default(result3) Currently these expressions are compiled simply as short-hand for If(arg == 1, result1) .ElseIf(arg == 2 || arg == 3, result2) .Else(result3) but in the future we should be able to optimize it better. The CASES macro ugliness is unfortunately necessary until we're allowed to use C++11. Later we'll be able to change it to real C++ code like "Cases({2, 3}, result2)" (which clang-format will then format a bit more nicely too). BUG=408845 R=jln@chromium.org, jorgelo@chromium.org Review URL: https://codereview.chromium.org/438683004 Cr-Commit-Position: refs/heads/master@{#293599}
-
jiayl authored
Also updates the text for the candidate properties to follow the current spec. BUG=402560 Review URL: https://codereview.chromium.org/468393003 Cr-Commit-Position: refs/heads/master@{#293598}
-