- 06 Sep, 2014 26 commits
-
-
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}
-
gcasto authored
BUG=318977 Review URL: https://codereview.chromium.org/542823002 Cr-Commit-Position: refs/heads/master@{#293597}
-
acolwell authored
Replaces a CHECK() with a parser error when reserved "depends on" values appear in the sample flags. BUG=410404 TESTS=TrackRunIteratorTest.SampleInfoTest_ReservedInSampleFlags, TrackRunIteratorTest.SampleInfoTest_ReservedInDefaultSampleFlags Review URL: https://codereview.chromium.org/540503003 Cr-Commit-Position: refs/heads/master@{#293596}
-
thakis authored
Revert of Make ui gn check pass. Misc GN build improvements. (patchset #3 id:40001 of https://codereview.chromium.org/545313002/) Reason for revert: Broke http://build.chromium.org/p/chromium.linux/builders/Linux%20GN%20%28dbg%29/builds/11835 [783/786 | 258.324] LINK ./chrome FAILED: /mnt/data/b/build/goma/gomacc ../../third_party/llvm-build/Release+Asserts/bin/clang++ -Wl,--fatal-warnings -m64 -fPIC -Wl,-z,noexecstack -Wl,-z,now -Wl,-z,relro -pthread -B../../third_party/binutils/Linux_x64/Release/bin -fuse-ld=gold -Wl,--icf=none -Wl,-rpath=\$ORIGIN/ -Wl,-rpath-link= -Wl,--disable-new-dtags -o ./keyboard_unittests -Wl,--start-group @./keyboard_unittests.rsp -Wl,--end-group -ldl -lgmodule-2.0 -lgobject-2.0 -lgthread-2.0 -lrt -lglib-2.0 -ludev -lfontconfig -lX11 -lXcomposite -lXcursor -lXdamage -lXext -lXfixes -lXi -lXrender -lXss -lXtst -lpangocairo-1.0 -lpango-1.0 -lcairo -lnss3 -lnssutil3 -lsmime3 -lplds4 -lplc4 -lnspr4 -lgconf-2 -lresolv -lfreetype -lasound -lXrandr -lcups -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lgcrypt -lz -lpthread -lcrypt -lm -lcap -ldbus-1 -lcrypto -lexpat ../../content/utility/utility_thread_impl.cc:38: error: undefined reference to 'content::UtilityThread::UtilityThread()' ../../content/utility/utility_thread_impl.cc:44: error: undefined reference to 'content::UtilityThread::UtilityThread()' ../../content/utility/utility_thread_impl.cc:49: error: undefined reference to 'content::UtilityThread::~UtilityThread()' clang: error: linker command failed with exit code 1 (use -v to see invocation) ninja: build stopped: subcommand failed. Original issue's description: > Make ui gn check pass. Misc GN build improvements. > > Content/public/app was messed up and didn't link everything properly, so this separates it out into browser and child like content/app is. > > R=jamesr@chromium.org > > Committed: https://chromium.googlesource.com/chromium/src/+/b41a8d6e789ac5df9a6d314cd0ad59f584f53dea TBR=jamesr@chromium.org,brettw@chromium.org NOTREECHECKS=true NOTRY=true Review URL: https://codereview.chromium.org/546943003 Cr-Commit-Position: refs/heads/master@{#293595}
-
- 05 Sep, 2014 14 commits
-
-
maniscalco authored
BUG= Review URL: https://codereview.chromium.org/543073003 Cr-Commit-Position: refs/heads/master@{#293594}
-
gavinp authored
While working on https://codereview.chromium.org/542733002/ to fix issue 410276, a question came up about how important OpenPrevEntry was to maintain; it made that CL more complex and for what users? It turns out, it's not really used. See https://groups.google.com/a/chromium.org/forum/#!topic/net-dev/wlMR_zNJ85k for a discussion. Let's remove it and save ourselves some headaches. R=clamy@chromium.org BUG=410276 Review URL: https://codereview.chromium.org/547513002 Cr-Commit-Position: refs/heads/master@{#293593}
-
Brett Wilson authored
Content/public/app was messed up and didn't link everything properly, so this separates it out into browser and child like content/app is. R=jamesr@chromium.org Review URL: https://codereview.chromium.org/545313002 Cr-Commit-Position: refs/heads/master@{#293592}
-
megjablon authored
"b=" -- the build number "p=" -- the patch number "c=" -- the client type (current values are "ios", "android", and "webview") Currently, b and p only make sense for chrome types and are only being implemented for ios and android. BUG=409934 Review URL: https://codereview.chromium.org/530153002 Cr-Commit-Position: refs/heads/master@{#293591}
-
dbeam authored
focus_manager.js with it. R=arv@chromium.org BUG=393873 NOTRY=true Review URL: https://codereview.chromium.org/507573002 Cr-Commit-Position: refs/heads/master@{#293590}
-
Julien Tinnes authored
Remove the existing blacklist and whitelist allowed futex operations instead. The semantics change a little bit as none of the "priority inheritance" operations are allowed. BUG=408847 R=mdempsky@chromium.org Review URL: https://codereview.chromium.org/550473002 Cr-Commit-Position: refs/heads/master@{#293589}
-
pshenoy authored
Recently string containing the SVN revision has changed. This change handles both. Examples below. Old: https://chromium.googlesource.com/chromium/src/+/01188669a2b154818e5db03cc36fb2dd23b8d947 New: https://chromium.googlesource.com/chromium/src/+/13cb79e07dcf1138a35a82e312aea265b06e8879 BUG=None NOTRY=True Review URL: https://codereview.chromium.org/547733003 Cr-Commit-Position: refs/heads/master@{#293588}
-
arv authored
Revert of Revert of Use SkSurface and SkImage instead of SkGpuDevice and SkBitmap in cc. (patchset #1 id:1 of https://codereview.chromium.org/546073002/) Reason for revert: This revert did not fix the pixel tests Original issue's description: > Revert of Use SkSurface and SkImage instead of SkGpuDevice and SkBitmap in cc. (patchset #5 id:80001 of https://codereview.chromium.org/520793002/) > > Reason for revert: > Looks like it may have broken the layout tests. > > http://build.chromium.org/p/chromium.webkit/builders/WebKit%20Mac10.7/builds/31264 > > Original issue's description: > > Use SkSurface and SkImage instead of SkGpuDevice and SkBitmap in cc. > > > > Committed: https://chromium.googlesource.com/chromium/src/+/37ffe8f81510bbfb82b48640aa96fe7e51efc654 > > TBR=enne@chromium.org,senorblanco@chromium.org,sugoi@chromium.org,danakj@chromium.org > NOTREECHECKS=true > NOTRY=true > > Committed: https://chromium.googlesource.com/chromium/src/+/cea33af6d0b2c2c1805ef016da5161fc0ed540a0 TBR=enne@chromium.org,senorblanco@chromium.org,sugoi@chromium.org,danakj@chromium.org,robertphillips@google.com,reveman@chromium.org,bsalomon@google.com NOTREECHECKS=true NOTRY=true Review URL: https://codereview.chromium.org/547763003 Cr-Commit-Position: refs/heads/master@{#293587}
-
Daniel Erat authored
Switch to updated battery icons with less-opaque backgrounds that are more visible against the white notification background. BUG=166645 R=stevenjb@chromium.org Review URL: https://codereview.chromium.org/549573003 Cr-Commit-Position: refs/heads/master@{#293586}
-
Erik Arvidsson authored
https://chromium.googlesource.com/chromium/blink/+log/dcd4f892fb78a6f808982633fbc7398714f157be..86ce4af33b763b24cf2365d8cd19a2ebade676c3 TBR=arv@chromium.org,keishi@chromium.org Review URL: https://codereview.chromium.org/543183002 Cr-Commit-Position: refs/heads/master@{#293585}
-
Stefan Zager authored
BUG=1 TBR=mal@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/542173003 Cr-Commit-Position: refs/heads/master@{#293584}
-
Colin Meek authored
Adding support for the optional_field_style=reftypes flag. This is needed for the invalidation client which expects "boxed" types (e.g., Boolean rather than boolean) for primitive fields, and depends on null comparisons to determine whether or not a field is set. BUG=377891,411282 R=nyquist@chromium.org Review URL: https://codereview.chromium.org/549543002 Patch from Colin Meek <meek@chromium.org>. Cr-Commit-Position: refs/heads/master@{#293583}
-
Haixia Shi authored
The whitelist allows the alpha_enabled flag to be used on Beta and Stable channels. BUG=410550 TBR=jackhou@chromium.org, benwells@chromium.org TEST=verify on Chrome OS device that wallpaper picker works on Beta channel. Review URL: https://codereview.chromium.org/546103002 Cr-Commit-Position: refs/heads/master@{#293582}
-
aurimas authored
Build spew goes from 1.3K to 0.5K lines. BUG=411461 NOTRY=true Review URL: https://codereview.chromium.org/550463002 Cr-Commit-Position: refs/heads/master@{#293581}
-