- 23 Nov, 2013 5 commits
-
-
zmo@chromium.org authored
Mark conformance/context/context-attribute-preserve-drawing-buffer.html as fail on mac and win/intel BUG=322770 TEST= TBR=bajones@chromium.org,kbr@chromium.org Review URL: https://codereview.chromium.org/83693003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@236882 0039d316-1c4b-4281-b951-d872f2087c98
-
jbauman@chromium.org authored
> Disable partial swap on Windows. > > Partial swap may be causing some performance problems, so disable it. > > BUG=313104 > > Review URL: https://codereview.chromium.org/79643002 TBR=jbauman@chromium.org Review URL: https://codereview.chromium.org/82523008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@236881 0039d316-1c4b-4281-b951-d872f2087c98
-
jbauman@chromium.org authored
This seems to be causing issues with some windows not being updated. > Disable Vsync when Aero Glass is enabled. > > The vsync is unnecessary for ratelimiting or tear prevention, and can cause issues when multiple windows are displayed. > > BUG=313104 > > Review URL: https://codereview.chromium.org/75723004 BUG=313104,321979,322203 TBR=jbauman@chromium.org Review URL: https://codereview.chromium.org/83173010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@236880 0039d316-1c4b-4281-b951-d872f2087c98
-
sky@chromium.org authored
> Makes FocusdController honor focus change if no previously active window > > With desktop aura when a Window is made active the focus restore code > kicks in and attempts to restore focus to the Window that had focus > prior to losing activation. FocusController ignores requests to change > focus if during the activation phase focus changed. Together this > means the window that initiated the focus and activation change does > not get focus. > > Fix is to allow the focus change through if there was previously no > active window. > > BUG=321042 > TEST=covered by test now > R=ben@chromium.org > > Review URL: https://codereview.chromium.org/75933005 TBR=sky@chromium.org Review URL: https://codereview.chromium.org/82913009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@236879 0039d316-1c4b-4281-b951-d872f2087c98
-
zmo@chromium.org authored
Skip conformance/glsl/misc/large-loop-compile.htm as it's crashing BUG=322764 TEST= TBR=bajones@chromium.org,kbr@chromium.org Review URL: https://codereview.chromium.org/83973003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@236878 0039d316-1c4b-4281-b951-d872f2087c98
-
- 22 Nov, 2013 35 commits
-
-
kalman@chromium.org authored
content properly. Change it to behave the same way on Read and Refresh (in fact Refresh becomes just an alias for Read) to address the bug where having concurrent Read and Refresh futures overwrite each other. BUG=318878 R=yoz@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/82433002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@236877 0039d316-1c4b-4281-b951-d872f2087c98
-
zmo@chromium.org authored
Mark shaders-with-varyings.html as failing on mac. BUG=322760 TEST= TBR=bajones@chromium.org,kbr@chromium.org Review URL: https://codereview.chromium.org/83633005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@236874 0039d316-1c4b-4281-b951-d872f2087c98
-
bcwhite@chromium.org authored
BUG= Review URL: https://codereview.chromium.org/82733007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@236873 0039d316-1c4b-4281-b951-d872f2087c98
-
michaeln@chromium.org authored
BUG=285976 Review URL: https://codereview.chromium.org/70533005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@236872 0039d316-1c4b-4281-b951-d872f2087c98
-
brettw@chromium.org authored
This makes it possible on Linux to refer to 64-bit targets from a 32-bit build, and 32-bit targets from a 64-bit build. This also adds flags for Mac cross-compiles but I haven't written the toolchain definitions yet. BUG=322106 R=scottmg@chromium.org Review URL: https://codereview.chromium.org/81153003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@236871 0039d316-1c4b-4281-b951-d872f2087c98
-
phajdan.jr@chromium.org authored
TBR=kalman BUG=322751 Review URL: https://codereview.chromium.org/83403005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@236870 0039d316-1c4b-4281-b951-d872f2087c98
-
sievers@chromium.org authored
We don't support running with impl-side painting disabled on Android anymore. (It's hardcoded to enabled for Android in cc/base/switches.cc) Removing it from the supported experiments should also cause it to be ignored at startup when loading the profile (see ConvertFlagsToSwitches called from ChromeBrowserMainParts::PreCreateThreadsImpl), so that users that turned this off some time in the past will be forced to enabled again. BUG=321545 TBR=thakis@chromium.org NOTRY=True Review URL: https://codereview.chromium.org/82553012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@236869 0039d316-1c4b-4281-b951-d872f2087c98
-
sheu@chromium.org authored
This CL fixes the checksum values to match that generated by the EVDA after r235128, which are more correct than before (does not drop last frames). Also: add support for comments in md5 checksum files for VDA unittest, and use comments to label golden checksum values by platform. BUG=321547 TEST=local build, run on CrOS snow Review URL: https://codereview.chromium.org/82223002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@236868 0039d316-1c4b-4281-b951-d872f2087c98
-
tfarina@chromium.org authored
This passed from the review in https://codereview.chromium.org/45753004, crrev.com/234537 BUG=176960 R=tony@chromium.org TBR=ben Review URL: https://codereview.chromium.org/83943005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@236867 0039d316-1c4b-4281-b951-d872f2087c98
-
spang@chromium.org authored
BUG=318413 Review URL: https://codereview.chromium.org/71033002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@236866 0039d316-1c4b-4281-b951-d872f2087c98
-
rogerta@chromium.org authored
ProfileOAuth2TokenService. In this CL, the dependencies on TS are removed from chromeos code and managed user code. BUG=305247 TBR=rlp@chromium.org,davemoore@chromium.org,asvitkine@chromium.org Review URL: https://codereview.chromium.org/59883010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@236865 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@236864 0039d316-1c4b-4281-b951-d872f2087c98
-
phajdan.jr@chromium.org authored
TBR=szager BUG=317931 Review URL: https://codereview.chromium.org/83003004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@236863 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@236862 0039d316-1c4b-4281-b951-d872f2087c98
-
avi@chromium.org authored
BUG=170921 TEST=no change Review URL: https://codereview.chromium.org/68543003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@236861 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
$ git log e98b112..4727bd5a1a --date=short --format="%ad %ae %s" | sed 's/@chromium\.org//' 2013-11-22 maruel Stop making the tree read-only when 'read_only': True is not set. 2013-11-20 maruel Simplify imports, simplifying pylint checks. 2013-11-20 vadimsh@google.com Make stack traces produced by exceptions from TaskChannel.pull() more useful. 2013-11-19 maruel Create .isolated files via isolateserver.py archive <directory>. 2013-11-19 maruel Move more path handling code from isolate.py into utils/file_path.py. 2013-11-18 maruel Add ThreadProolWithProgress.iter_results() support. 2013-11-18 maruel Move code around in preparation to move code from isolate.py to isolateserver.py 2013-11-12 maruel In r192392, I +x'ed WATCHLISTS by accident. Fix that. 2013-11-12 maruel Partially revert 8732761d59. This broke executable bit. 2013-11-12 maruel Move read_json and write_json from trace_inputs to utils.tools. 2013-11-12 maruel Remove x bit on subprocess32.py, move auto_stub.py into third_party. 2013-11-11 maruel Rework swarming.py option grouping to be more sensible. 2013-11-11 maruel Enable setting the cache files as read-only. 2013-11-11 maruel Make file deletion more coherent with the behavior of each OSes. 2013-11-10 maruel Extract subprocess code into subprocess42. 2013-11-10 maruel Add test to confirm assumptions about file deletability across different OSes. 2013-11-08 maruel Exit the test sooner when it will fail anyway. 2013-11-08 maruel Preleminary work to make the file in the run_isolated.py cache read-only. 2013-11-08 maruel Fix run_test_case's Popen on Windows once and for all. 2013-11-06 maruel Remove support for file mode for symlink. 2013-11-06 maruel Fix trace_test_cases_smoke_test.py to stop leaking temp files. 2013-11-06 maruel Surface flags more so more settings can be configured at request time. 2013-11-06 maruel Remove slave_os as an hardcoded Manifest() dimension. 2013-11-06 maruel Make the environment completely configurable in the Manifest. R=vadimsh@chromium.org Review URL: https://codereview.chromium.org/63523008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@236860 0039d316-1c4b-4281-b951-d872f2087c98
-
tengs@chromium.org authored
BUG=322409 Review URL: https://codereview.chromium.org/83413004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@236859 0039d316-1c4b-4281-b951-d872f2087c98
-
jrummell@chromium.org authored
Since ProxyDecryptor() now converts EME v0.1b keys to JSON before passing it to the AesDecryptor, remove the code that handles v0.1b keys in the AesDecryptor. BUG=224786 TEST=media_unittests pass, as do EME browser and content tests Review URL: https://codereview.chromium.org/77413005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@236858 0039d316-1c4b-4281-b951-d872f2087c98
-
sadrul@chromium.org authored
This shows the snapshot of the dragged content during the drag (both for drags from the web-contents, or from the UI (e.g. bookmark bar etc.)). BUG=317993 R=erg@chromium.org, sky@chromium.org Review URL: https://codereview.chromium.org/83783003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@236857 0039d316-1c4b-4281-b951-d872f2087c98
-
jam@chromium.org authored
Remove the test_support_chrome target, since it duplicates test_support_common. The latter is where we already put all test-harness specific code, even if it's only used in browser tests. R=phajdan.jr@chromium.org Review URL: https://codereview.chromium.org/83863005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@236856 0039d316-1c4b-4281-b951-d872f2087c98
-
jam@chromium.org authored
This is based on scottmg's https://codereview.chromium.org/25377002/. BUG=308773 R=scottmg@chromium.org Review URL: https://codereview.chromium.org/82713004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@236855 0039d316-1c4b-4281-b951-d872f2087c98
-
derat@chromium.org authored
Add a missing base/threading/sequenced_worker_pool.h include to desktop_background_controller_unittest.cc. BUG=none TBR=brettw@chromium.org Review URL: https://codereview.chromium.org/83153007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@236854 0039d316-1c4b-4281-b951-d872f2087c98
-
kalman@chromium.org authored
BUG=322700 R=rockot@chromium.org Review URL: https://codereview.chromium.org/82583008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@236853 0039d316-1c4b-4281-b951-d872f2087c98
-
derat@chromium.org authored
Avoid a white flash at startup caused by DesktopBackgroundController comparing the resized version of a custom wallpaper image against the original image, seeing that they are different, and then resizing the original image again. BUG=321402 Review URL: https://codereview.chromium.org/81393004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@236852 0039d316-1c4b-4281-b951-d872f2087c98
-
brettw@chromium.org authored
Rename ia32 and ia64 to x86 and x64 BUG=297677, 322109 R=scottmg@chromium.org Review URL: https://codereview.chromium.org/83733005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@236851 0039d316-1c4b-4281-b951-d872f2087c98
-
jdduke@chromium.org authored
TouchCancel ack dispositions have no bearing on touch or gesture input behavior. As such, ignore the disposition, eliminating unnecessary blocking of touch event dispatch. BUG=302849,302852 Review URL: https://codereview.chromium.org/78263003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@236849 0039d316-1c4b-4281-b951-d872f2087c98
-
zmo@chromium.org authored
BUG=322689 TEST=gpu waterfall R=bajones@chromium.org TBR=kbr@chromium.org Review URL: https://codereview.chromium.org/83483009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@236848 0039d316-1c4b-4281-b951-d872f2087c98
-
tommycli@chromium.org authored
Feedback_private currently has a extension native handler for getting a Blob's UUID. Media Galleries API Metadata and other extensions that take a Blob will also want this. This simply moves the function from a Feedback_private specific custom binding to a general ObjectBackedNativeHandler called BlobNativeHandler. This follows the CssNativeHandler example. The parent class changed from ChromeV8Extension to ObjectBackedNativeHandler because ChromeV8Extension class has been deprecated. R=thestig@chromium.org BUG=318450 Review URL: https://codereview.chromium.org/76703002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@236847 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@236846 0039d316-1c4b-4281-b951-d872f2087c98
-
eseidel@chromium.org authored
http://build.chromium.org/f/chromium/perf/dashboard/ui/changelog_blink.html?url=/trunk&range=162550:162559&mode=html TBR= BUG= Review URL: https://codereview.chromium.org/82713006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@236845 0039d316-1c4b-4281-b951-d872f2087c98
-
pkasting@chromium.org authored
without subclassing. BUG=none TEST=none R=sky@chromium.org Review URL: https://codereview.chromium.org/81833007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@236844 0039d316-1c4b-4281-b951-d872f2087c98
-
rch@chromium.org authored
BUG=258671 Review URL: https://codereview.chromium.org/83123006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@236843 0039d316-1c4b-4281-b951-d872f2087c98
-
jsbell@chromium.org authored
When IndexedDBContext is destroyed it posts a task to the IDB thread to run IndexedDBFactory::ContextDestroyed() to do some cleanup, but drops its own reference, leading to a refcounting/threading race. Follow the rules in base/callbacks.h to use RefCountedThreadSafe<> to fix. R=alecflett,dgrogan TBR=glider BUG=321596 Review URL: https://codereview.chromium.org/77863005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@236842 0039d316-1c4b-4281-b951-d872f2087c98
-
zelidrag@chromium.org authored
1. BookmarkBubbleView: added BookmarkBubbleView::GetAccessibleState() so we can say what this UI is all about 2. BookmarkBubbleView: added spoken feedback to [Name] text box 3. BookmarkBubbleView: changed spoken feedback for for [Folder] to "Bookmark folder" 4. fixed AccessibilityEventRouterViews::GetViewContext() to prevent drilling down into child elements of a dialog if the dialog defines AccessibleViewState::name already. 5. BookmarkEditorView: added BookmarkBubbleView::GetAccessibleState() so we can say what this UI is all about 6. BookmarkEditorView: changed spoken feedback for for [Name] and [URL] text edit fields BUG=177321,127042 TEST=manual with spoken feedback turned on Review URL: https://codereview.chromium.org/79273002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@236841 0039d316-1c4b-4281-b951-d872f2087c98
-
brettw@chromium.org authored
"ninja show" will print out the build arguments for when you can't remember the configuration of your output directory. "ninja refresh" ignores dependencies and regenerates the ninja files. R=scottmg@chromium.org Review URL: https://codereview.chromium.org/82923005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@236840 0039d316-1c4b-4281-b951-d872f2087c98
-