- 23 Nov, 2013 23 commits
-
-
jorgelo@chromium.org authored
We don't need them anymore after the video decode acceleration warmup cleanup. BUG=321209 TEST=compiles. Review URL: https://codereview.chromium.org/82993004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@236901 0039d316-1c4b-4281-b951-d872f2087c98
-
tsepez@chromium.org authored
This brings the message into line with the new LOG policy, and more closely reflects the reality of the warning. Review URL: https://codereview.chromium.org/82973003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@236900 0039d316-1c4b-4281-b951-d872f2087c98
-
dominikg@chromium.org authored
With the last input event, gestures often overshoot the specified distance, e.g. scrolling distance. This patch makes sure that the final move event is adjusted so that we cover exactly the specified distance. BUG=322084 Review URL: https://codereview.chromium.org/81153004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@236899 0039d316-1c4b-4281-b951-d872f2087c98
-
zmo@chromium.org authored
Windows failures conformance_ogles_GL_atan_atan_001_to_008 conformance_ogles_GL_atan_atan_009_to_012 conformance_ogles_GL_control_flow_control_flow_001_to_008 BUG=322794,322795 TEST= TBR=bajones@chromium.org,kbr@chromium.org Review URL: https://codereview.chromium.org/83953004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@236898 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@236897 0039d316-1c4b-4281-b951-d872f2087c98
-
eseidel@chromium.org authored
http://build.chromium.org/f/chromium/perf/dashboard/ui/changelog_blink.html?url=/trunk&range=162560:162565&mode=html TBR= BUG= Review URL: https://codereview.chromium.org/82963006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@236896 0039d316-1c4b-4281-b951-d872f2087c98
-
isherman@chromium.org authored
BUG=none TEST=none R=peria@chromium.org Review URL: https://codereview.chromium.org/82703002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@236895 0039d316-1c4b-4281-b951-d872f2087c98
-
groby@chromium.org authored
Text fields in the requestAutocomplete dialog need to intercept several key messages to allow controlling the autocomplete popup field. Most notably, cursor up/down, page up/down, tab, and escape. BUG=321319, 321330 R=rsesek@chromium.org TEST=Bring up rAC dialog, click in textfield to show autocomplete popup. Verify keyboard shortcuts work Review URL: https://codereview.chromium.org/82193002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@236894 0039d316-1c4b-4281-b951-d872f2087c98
-
zturner@chromium.org authored
This is necessary since we don't have a native Ash replacement for the ssl certificate dialog, and we need to be able to ship Ash with M-32. We plan to integrate support with the Win8 system charm at some point in the future, but it's a significant chunk of work and we need to do something so that Chrome doesn't become unusable if the user clicks this button. BUG=255329 Review URL: https://codereview.chromium.org/79223003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@236893 0039d316-1c4b-4281-b951-d872f2087c98
-
cpu@chromium.org authored
Part of the on-demand feature see https://codereview.chromium.org/25713007/ for more context. BUG=none TEST=none R=sorin@chromium.org, waffles@chromium.org Review URL: https://codereview.chromium.org/55303002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@236892 0039d316-1c4b-4281-b951-d872f2087c98
-
zmo@chromium.org authored
Skip conformance/textures/texture-size-limit.html. BUG=322789 TEST= TBR=bajones@chromium.org,kbr@chromium.org Review URL: https://codereview.chromium.org/83073011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@236891 0039d316-1c4b-4281-b951-d872f2087c98
-
gab@chromium.org authored
Fix a bug in PrefMetricsService resulting from this issue occuring when RLZ is disabled on Windows. BUG=322173 Review URL: https://codereview.chromium.org/81683002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@236889 0039d316-1c4b-4281-b951-d872f2087c98
-
dimich@chromium.org authored
This is because I need to create a new subclass of MessageView - a synthetic placeholder for multiple notifications from the same source. Hence the new enum, MesageViewTypes, which is not used in this patch but will in second... the derived classes override abstract methods of the MesageView to provide functionality. NotificationView currently knows about MessageCenter but in the future refactorings it can yield this to MessageCenterView. BUG=320827 Review URL: https://codereview.chromium.org/75133006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@236888 0039d316-1c4b-4281-b951-d872f2087c98
-
pwestin@google.com authored
AudioDecoder and VideoEncoder objects inherited RefCountedThreadSafe for no valid reason. AudioDecoder need no Refcounter or Weak ptr. The VideoEncoder can accomplish the same using a weak ptr. Review URL: https://codereview.chromium.org/74133002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@236887 0039d316-1c4b-4281-b951-d872f2087c98
-
shadi@chromium.org authored
BUG=284934 NOTRY=true TEST=tools/perf/run_benchmark -v --show-stdout --browser=debug mse_cases Review URL: https://codereview.chromium.org/71303007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@236886 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@236885 0039d316-1c4b-4281-b951-d872f2087c98
-
fischman@chromium.org authored
> Roll swarming_client @ 4727bd5a1a67726d5c64d292f970590ddb1b6a98. > > $ 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 TBR=maruel@chromium.org Review URL: https://codereview.chromium.org/82623005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@236884 0039d316-1c4b-4281-b951-d872f2087c98
-
jln@chromium.org authored
A few style guide cleanups and more usage of scopers. BUG=316486 R=rsesek@chromium.org Review URL: https://codereview.chromium.org/84183002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@236883 0039d316-1c4b-4281-b951-d872f2087c98
-
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 17 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
-