- 30 Aug, 2013 40 commits
-
-
dewittj@chromium.org authored
This is a field displayed in an alternate font that adds an extra line of information about the notification. BUG=276004 Review URL: https://chromiumcodereview.appspot.com/23462005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220500 0039d316-1c4b-4281-b951-d872f2087c98
-
kinuko@chromium.org authored
> Work-around fix for SyncFS file upload > > Due to the server-side change uploading with etag always seems to fail. > Don't use etag for uploading to work around until we figure out the > right fix. > > BUG=278201 > TEST=manual > R=tzik@chromium.org > > Review URL: https://codereview.chromium.org/23677002 TBR=kinuko@chromium.org Review URL: https://codereview.chromium.org/23534028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220499 0039d316-1c4b-4281-b951-d872f2087c98
-
kalman@chromium.org authored
confusing otherwise since the C++ enum is called LEGACY_PACKAGED_APP. Review URL: https://chromiumcodereview.appspot.com/23691012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220498 0039d316-1c4b-4281-b951-d872f2087c98
-
achuith@chromium.org authored
BUG=269131 TEST=trybot Review URL: https://chromiumcodereview.appspot.com/23480018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220497 0039d316-1c4b-4281-b951-d872f2087c98
-
chrisgao@chromium.org authored
BUG=266170 TEST= del tools\telemetry\bin\IEDriverServer_32.exe && python tools\perf\run_measurement --browser=internet-explorer octane Review URL: https://chromiumcodereview.appspot.com/23791002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220496 0039d316-1c4b-4281-b951-d872f2087c98
-
bajones@chromium.org authored
BUG=280905 Review URL: https://chromiumcodereview.appspot.com/23473003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220495 0039d316-1c4b-4281-b951-d872f2087c98
-
jamescook@chromium.org authored
Avoid the use of macros to construct IDR_FOO_LEFT/TOP/BOTTOM resource IDs, which makes it easier to find the IDs in the code, especially for automated tools. BUG=281716 TEST=compiles, manual inspection of bubbles on Chrome OS shelf and launcher Review URL: https://chromiumcodereview.appspot.com/23661003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220494 0039d316-1c4b-4281-b951-d872f2087c98
-
bajones@chromium.org authored
Some tests are known to timeout, or fail after stalling for a long time. In those cases setting the test expectation to "Fail" will enable the tests to pass sucessfully, but the test may take much longer than necessary. By skipping the long-running failure cases test time can be drastically reduced in some cases. BUG=280750 Review URL: https://chromiumcodereview.appspot.com/23483022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220493 0039d316-1c4b-4281-b951-d872f2087c98
-
danakj@chromium.org authored
http://build.chromium.org/p/chromium.chromiumos/builders/Linux%20ChromiumOS%20Tests%20%281%29/builds/31905/steps/compositor_unittests/logs/InversesTransform > Add support for inverse transform animations. > > This allows creation of a transform and its inverse that would be used > to counter-animate some child layer. > > BUG=270857 > > Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=220124 > > R=vollick@chromium.org, wittman@chromium.org > > Review URL: https://codereview.chromium.org/22861008 TBR=danakj@chromium.org Review URL: https://codereview.chromium.org/23809002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220492 0039d316-1c4b-4281-b951-d872f2087c98
-
fmalita@chromium.org authored
This removes most suppressions, after rebaselining (https://src.chromium.org/viewvc/blink?view=rev&revision=156926). There will be a follow-up to deal with the rest. BUG=265448,266315,275475,280292 TBR=robertphillips@google.com Review URL: https://chromiumcodereview.appspot.com/23568003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220491 0039d316-1c4b-4281-b951-d872f2087c98
-
pwestin@google.com authored
BUG= Review URL: https://chromiumcodereview.appspot.com/23467003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220490 0039d316-1c4b-4281-b951-d872f2087c98
-
hirono@chromium.org authored
Reland 220012: Move the functions of filebrowserPrivateApi from the file_manager namespace to the extensions namespace. Previous version is reverted because of conflicting changes. Previously reverted CL: crrev.com/23545015. BUG=253358 TEST=file_manager_browsertests R=hashimoto@chromium.org, satorux@chromium.org Review URL: https://codereview.chromium.org/23581006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220489 0039d316-1c4b-4281-b951-d872f2087c98
-
powei@chromium.org authored
BUG=156199 Review URL: https://chromiumcodereview.appspot.com/23653002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220488 0039d316-1c4b-4281-b951-d872f2087c98
-
jyasskin@chromium.org authored
Checking the selectors here gives error messages when a developer has a typo instead of just failing to match anything. Canonicalizing the selectors improves compatibility with the upcoming Blink watchSelectors API, which will send back generated selector strings instead of exactly what the user set. I also added support in our testing infrastructure to assert that a thrown exception's message matches a regular expression. BUG=172011 Review URL: https://chromiumcodereview.appspot.com/23478003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220487 0039d316-1c4b-4281-b951-d872f2087c98
-
dvh@chromium.org authored
Make sure to compute generated_background_page value in all cases. BUG=276519 Review URL: https://chromiumcodereview.appspot.com/23535002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220486 0039d316-1c4b-4281-b951-d872f2087c98
-
dharcourt@chromium.org authored
TBR=dharcourt@chromium.org BUG=281815 TEST=interactive_ui_tests Review URL: https://codereview.chromium.org/23638004 Patch from Lambros Lambrou <lambroslambrou@chromium.org>. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220485 0039d316-1c4b-4281-b951-d872f2087c98
-
dvh@chromium.org authored
Apps Developer Tools will close when the user close the dialog. Here's a screenshot of the dialog. http://i.imgur.com/aO03CqB.png BUG=267679 Review URL: https://chromiumcodereview.appspot.com/23460005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220484 0039d316-1c4b-4281-b951-d872f2087c98
-
ananta@chromium.org authored
DXVAVideoDecodeAccelerator::PreSandboxInitialization function. This is because these functions fail on Windows 8.1 in the gpu sandbox causing us to fallback to s/w video decode for H.264 videos. BUG=281752 R=scherkus@chromium.org Review URL: https://codereview.chromium.org/23726005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220483 0039d316-1c4b-4281-b951-d872f2087c98
-
alemate@chromium.org authored
BUG=chromium:280383 Review URL: https://chromiumcodereview.appspot.com/23608003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220482 0039d316-1c4b-4281-b951-d872f2087c98
-
tfarina@chromium.org authored
Moves the ones that do not involve renaming. BUG=248353 R=jamescook@chromium.org,xiyuan@chromium.org Review URL: https://chromiumcodereview.appspot.com/23534023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220481 0039d316-1c4b-4281-b951-d872f2087c98
-
satorux@chromium.org authored
This is a mechanical change. No semantics changed. BUG=280416 TEST=none R=kinaba@chromium.org Review URL: https://codereview.chromium.org/23710012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220480 0039d316-1c4b-4281-b951-d872f2087c98
-
danakj@chromium.org authored
This allows creation of a transform and its inverse that would be used to counter-animate some child layer. BUG=270857 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=220124 R=vollick@chromium.org, wittman@chromium.org Review URL: https://codereview.chromium.org/22861008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220479 0039d316-1c4b-4281-b951-d872f2087c98
-
scherkus@chromium.org authored
Life is short and we've only got so much horizontal whitespace to work with. This also helps pave the way for introducing Android demuxer client interfaces for media/ code. BUG=263652 TBR=palmer Review URL: https://chromiumcodereview.appspot.com/23787002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220478 0039d316-1c4b-4281-b951-d872f2087c98
-
rharrison@chromium.org authored
Have ui::Layer subclass cc::LayerClient and register itself as the client of the cc::Layer it is using. This allows the names for the layers appear in debugging output. BUG=280662 TEST=Built version of chrome that dumps debug information about layers and confirmed the missing layer names are now present. Review URL: https://chromiumcodereview.appspot.com/23701005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220477 0039d316-1c4b-4281-b951-d872f2087c98
-
kkania@chromium.org authored
-change session timeout to base::TimeDelta -change command timeout to 10m -refactor and simplify wait for events -also, fix some assertions on windows with unzipping BUG=none R=frankf@chromium.org Review URL: https://codereview.chromium.org/23542005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220476 0039d316-1c4b-4281-b951-d872f2087c98
-
satorux@chromium.org authored
This will be useful for writing tests for the file task stuff in chrome/browser/chromeos/extension/file_manager/file_tasks.cc. BUG=269929 TEST=none R=kinaba@chromium.org Review URL: https://codereview.chromium.org/23503008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220475 0039d316-1c4b-4281-b951-d872f2087c98
-
jbauman@chromium.org authored
This wasn't correctly setting it to 1. TBR=piman@chromium.org Review URL: https://chromiumcodereview.appspot.com/23766005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220474 0039d316-1c4b-4281-b951-d872f2087c98
-
avi@chromium.org authored
BUG=none TEST=none TBR=ben@chromium.org Review URL: https://chromiumcodereview.appspot.com/23514018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220473 0039d316-1c4b-4281-b951-d872f2087c98
-
dharcourt@chromium.org authored
> Added basic browser test for window.print() from Chrome apps. > > This just tests the success of the call to window.print(). It does not > test whether the call leads to a print preview window and ultimately to > a printout. It will be extended over time to provide additional coverage > of the print functionality. > > BUG=NONE > > Review URL: https://chromiumcodereview.appspot.com/23054002 TBR=dharcourt@chromium.org Review URL: https://codereview.chromium.org/23597011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220472 0039d316-1c4b-4281-b951-d872f2087c98
-
kmadhusu@chromium.org authored
Created a default URLFetcherFactory to fix the flaky tests. BUG=280247 TEST=none Review URL: https://chromiumcodereview.appspot.com/23440010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220471 0039d316-1c4b-4281-b951-d872f2087c98
-
bryaneyler@google.com authored
BUG=245025 R=eroman@chromium.org Review URL: https://chromiumcodereview.appspot.com/19757011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220470 0039d316-1c4b-4281-b951-d872f2087c98
-
vitalybuka@chromium.org authored
> Revert 219657 "Roll Clang r186332:r188423." > > BUG=266815 > > > Roll Clang r186332:r188423. > > > > BUG=none > > > > Review URL: https://chromiumcodereview.appspot.com/23172018 > > TBR=hans@chromium.org > > Review URL: https://codereview.chromium.org/23801002 TBR=vitalybuka@chromium.org Review URL: https://codereview.chromium.org/23559013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220469 0039d316-1c4b-4281-b951-d872f2087c98
-
dharcourt@chromium.org authored
This just tests the success of the call to window.print(). It does not test whether the call leads to a print preview window and ultimately to a printout. It will be extended over time to provide additional coverage of the print functionality. BUG=NONE Review URL: https://chromiumcodereview.appspot.com/23054002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220467 0039d316-1c4b-4281-b951-d872f2087c98
-
vitalybuka@chromium.org authored
BUG=266815 > Roll Clang r186332:r188423. > > BUG=none > > Review URL: https://chromiumcodereview.appspot.com/23172018 TBR=hans@chromium.org Review URL: https://codereview.chromium.org/23801002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220466 0039d316-1c4b-4281-b951-d872f2087c98
-
gauravsh@chromium.org authored
Add a NetworkActivationHandler for handling cellular activation calls to Shill. BUG=188753 TEST=tested Verizon LTE (on link) and Verizon 3g (on Lumpy) activation Review URL: https://chromiumcodereview.appspot.com/22611005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220463 0039d316-1c4b-4281-b951-d872f2087c98
-
brianderson@chromium.org authored
This patch prevents LTHI from background ticking animations if there is no active tree to animate since animating with no active tree will often result in segfaults. BUG=280706 Review URL: https://chromiumcodereview.appspot.com/23593003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220462 0039d316-1c4b-4281-b951-d872f2087c98
-
shrikant@chromium.org authored
If metro viewer instance was connected before crash then we won't show crash dialog. BUG=273185 R=cpu,ananta TBR=sky TESTS:Please see comment#2 in bug description and check if you see restart dialog when crashed from metro mode. Review URL: https://chromiumcodereview.appspot.com/23405002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220460 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220459 0039d316-1c4b-4281-b951-d872f2087c98
-
eseidel@chromium.org authored
http://build.chromium.org/f/chromium/perf/dashboard/ui/changelog_blink.html?url=/trunk&range=156928:156936&mode=html TBR= BUG= Review URL: https://chromiumcodereview.appspot.com/23559011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220458 0039d316-1c4b-4281-b951-d872f2087c98
-
dschuff@chromium.org authored
This isn't necessary in the browser since if there are 2 requests for the same translation we don't care which one wins, (i.e. which one gets the temp file and does the translation and which one blocks to wait) but the unit tests do care because they try to hit particular corner cases. This is why they were flaky. So just always sequence the temp file creation, which will have minimal cost in practice. Also re-enable the disabled tests. R=jvoung@chromium.org BUG=272492 Review URL: https://chromiumcodereview.appspot.com/23737002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220457 0039d316-1c4b-4281-b951-d872f2087c98
-