- 18 Jun, 2014 40 commits
-
-
estade@chromium.org authored
BUG=375545 TEST=try to edit an address to add address line 3 in chrome://settings Review URL: https://codereview.chromium.org/332213004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@278044 0039d316-1c4b-4281-b951-d872f2087c98
-
raymes@chromium.org authored
This test was disabled because it was failing. A few changes have been made: -The page zoom cannot be assumed to be 100% on load as it will depend on the screen size being tested on. So testPageSize now doesn't make that assumption. -testAccessibilityWithPage was flaking because accessibility information was not always returned for the two text boxes. I spent a bit of time investigating, but couldn't work it out so I've left it partially disabled for now and filed crbug.com/378091. -The files have all been moved to a more appropriate location (in particular the test was moved out of the data directory). BUG=303491 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=273819 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=274186 Review URL: https://codereview.chromium.org/290803007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@278043 0039d316-1c4b-4281-b951-d872f2087c98
-
thestig@chromium.org authored
Review URL: https://codereview.chromium.org/323693002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@278042 0039d316-1c4b-4281-b951-d872f2087c98
-
skuhne@chromium.org authored
BUG=- TEST=none Review URL: https://codereview.chromium.org/337423003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@278041 0039d316-1c4b-4281-b951-d872f2087c98
-
alancutter@chromium.org authored
This patch adds an optional argument to "tools/perf/run_benchmark help" to show help for a specific test_runner.py command. Review URL: https://codereview.chromium.org/309553008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@278040 0039d316-1c4b-4281-b951-d872f2087c98
-
vollick@chromium.org authored
They're not used anymore. R=abarth@chromium.org BUG=None Review URL: https://codereview.chromium.org/333293003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@278039 0039d316-1c4b-4281-b951-d872f2087c98
-
hashimoto@chromium.org authored
TemplateURLService::fallback_search_engines_disabled only affects the behavior of DefaultSearchManager. Move it to DefaultSearchManager. BUG=371535 TEST=git cl try Review URL: https://codereview.chromium.org/340553005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@278038 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@278037 0039d316-1c4b-4281-b951-d872f2087c98
-
rouslan@chromium.org authored
This patch stops updating chrome/app/address_input_strings.grdp when running 'gclient runhooks'. This is necessary to enable checking in a static version of chrome/app/address_input_strings.grdp. https://codereview.chromium.org/337163002/ needs this patch to land. BUG=327046 Review URL: https://codereview.chromium.org/341533004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@278036 0039d316-1c4b-4281-b951-d872f2087c98
-
holte@chromium.org authored
BUG=381325 Review URL: https://codereview.chromium.org/339003002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@278035 0039d316-1c4b-4281-b951-d872f2087c98
-
sashab@chromium.org authored
Currently, the 'about_page' API key is only enabled on dev channel. Once this is OK to launch, enable it on the stable channel. BUG=381280 Review URL: https://codereview.chromium.org/336423005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@278034 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@278032 0039d316-1c4b-4281-b951-d872f2087c98
-
dpranke@chromium.org authored
http://build.chromium.org/f/chromium/perf/dashboard/ui/changelog_blink.html?url=/trunk&range=176347:176359&mode=html TBR=schenney@chromium.org,jamesr@chromium.org BUG= Review URL: https://codereview.chromium.org/336313005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@278031 0039d316-1c4b-4281-b951-d872f2087c98
-
bashi@chromium.org authored
We want to keep this histogram for a while. BUG=286681 Review URL: https://codereview.chromium.org/335123004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@278030 0039d316-1c4b-4281-b951-d872f2087c98
-
jamiewalch@chromium.org authored
BUG=384696 Review URL: https://codereview.chromium.org/341733003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@278029 0039d316-1c4b-4281-b951-d872f2087c98
-
pkasting@chromium.org authored
The tabstrip now tries to ensure that if tabs would encroach on the New Tab button area or be clipped by the edge of the strip, they're made invisible instead. This prevents glitchy-looking overflow, modulo some existing bugs (on file) where the strip doesn't recalculate widths correctly. This also hides the tab next to the New Tab button if it can be shown when not selected, but might be hidden when it (or a prior tab) is selected. This prevents having this tab toggle in and out as the active tab changes. BUG=62510 TEST=Spawn lots of tabs and shrink the window to a narrow width. Once the tabs hit their min size they should start hiding at the right edge instead of drawing atop the New Tab button. Review URL: https://codereview.chromium.org/339923005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@278028 0039d316-1c4b-4281-b951-d872f2087c98
-
michaelpg@chromium.org authored
With --enable-settings-window, About should behave the same way Settings does. BUG=385496 R=stevenjb@chromium.org,sky@chromium.org Review URL: https://codereview.chromium.org/339153005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@278027 0039d316-1c4b-4281-b951-d872f2087c98
-
felt@chromium.org authored
Makes the background color meet minimum accessibility (contrast) requirements by deepening the shade of red. BUG=381260 Review URL: https://codereview.chromium.org/339183006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@278026 0039d316-1c4b-4281-b951-d872f2087c98
-
perkj@chromium.org authored
Disable WebLayerImplFixedBoundsTest.CompareToWebLayerImplComplex and CompareToWebLayerImplComplex on lsan. These two tests are not new but are run under content_unittests as of r277988. https://codereview.chromium.org/317163002 BUG=386080 TBR=amogh.bihani@samsung.com, Review URL: https://codereview.chromium.org/340723004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@278025 0039d316-1c4b-4281-b951-d872f2087c98
-
calamity@chromium.org authored
This CL is a small refactor of ContentsView::ShowSearchResults() which avoids resetting the start page before showing the search results in the experimental app list. BUG=349727 Review URL: https://codereview.chromium.org/331413003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@278024 0039d316-1c4b-4281-b951-d872f2087c98
-
caseq@chromium.org authored
This adds disabled-by-default-devtools.timeline* to the category filter to follow the new category name pattern used by timeline on the blink side. See also: https://codereview.chromium.org/337143002 BUG=381548 Review URL: https://codereview.chromium.org/334293002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@278023 0039d316-1c4b-4281-b951-d872f2087c98
-
wjywbs@gmail.com authored
R=kalman@chromium.org,meacer@chromium.org BUG=123266, 377607 Review URL: https://codereview.chromium.org/338363005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@278022 0039d316-1c4b-4281-b951-d872f2087c98
-
felt@chromium.org authored
Changes Version3Enabled for the malware interstitial. Default is now v3 unless a flag or field trial say otherwise. BUG=381260 Review URL: https://codereview.chromium.org/331133002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@278021 0039d316-1c4b-4281-b951-d872f2087c98
-
nednguyen@google.com authored
Move telemetry/core/timeline and timeline_data to telemetry/timeline. This package handles trace parsing and it should be a standalone package. BUG= Review URL: https://codereview.chromium.org/332213003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@278020 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@278019 0039d316-1c4b-4281-b951-d872f2087c98
-
haraken@chromium.org authored
This broke virtual/gpu/fast/canvas/canvas-draw-canvas-on-canvas-shadow.html http://test-results.appspot.com/dashboards/flakiness_dashboard.html#group=%40ToT%20Blink&tests=virtual/gpu/fast/canvas/canvas-draw-canvas-on-canvas-shadow.html > roll skia to db6346a5b1d76b150920a5dce47c436fee9c6281 > > TBR= > > Review URL: https://codereview.chromium.org/341603006 TBR=reed@chromium.org Review URL: https://codereview.chromium.org/340023002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@278018 0039d316-1c4b-4281-b951-d872f2087c98
-
dubroy@chromium.org authored
BUG=114092 Review URL: https://codereview.chromium.org/308833002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@278017 0039d316-1c4b-4281-b951-d872f2087c98
-
erg@chromium.org authored
BUG=374520 Review URL: https://codereview.chromium.org/336313003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@278015 0039d316-1c4b-4281-b951-d872f2087c98
-
davidben@chromium.org authored
On failure, future transport writes should synchronously return. This is important on Chrome OS and Linux where we have a separate NSS task runner. If we query the transport each time (in hopes that it will return the error code) it becomes an asynchronous error and so the state machine keeps pumping itself in response to the state change. (It alternates between "write pending" and "write failed".) Add a test that asserts we do not keep trying to write to the transport in a loop. This fixes one of the infinite loops in bug #381160, but not the other. BUG=381160 Review URL: https://codereview.chromium.org/337823002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@278014 0039d316-1c4b-4281-b951-d872f2087c98
-
rsesek@chromium.org authored
BUG=382931 TEST=Build sandbox twice. The second time it says "no work to do". Review URL: https://codereview.chromium.org/332403005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@278013 0039d316-1c4b-4281-b951-d872f2087c98
-
viettrungluu@chromium.org authored
I still have to rename MOJO_WAIT_... and MojoWaitFlagsState, but I'll do that separately. R=sky@chromium.org Review URL: https://codereview.chromium.org/345463003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@278012 0039d316-1c4b-4281-b951-d872f2087c98
-
dtseng@chromium.org authored
This duplicates the accessibility enums between accessibility and automation converting to camel casing. It also cleans up some of the idl For the sake of record, attempts to share the same enum ran into the following issues: - the docs generator assumes a one-to-one (save camel/snake/unix casing) correspondance between filenames and idl namespaces. - the handlebar templating language does not allow for logical string comparisons/equality checks or passing in-line string literals, so attempting to in-line names was unsuccessful. - references to the enums (which were cased for the sake of cpp enums), were incorrect for the docs (which want camel casing). A local cl with the change is still available but suffers from odd filename, casing conflicts, and AX* naming issues. BUG=309681 Review URL: https://codereview.chromium.org/335923003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@278011 0039d316-1c4b-4281-b951-d872f2087c98
-
reveman@chromium.org authored
Suspect that this is causing an increase in OOM errors. > base: Increase emulated discardable memory limit. > > This increases the limit to 128MB but keeps the limit under moderate > pressure low so the total amount of memory used by chrome is not > significantly increased. > > BUG=368078 > > Review URL: https://codereview.chromium.org/266993003 TBR=willchan@chromium.org BUG=372158 Review URL: https://codereview.chromium.org/341773002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@278010 0039d316-1c4b-4281-b951-d872f2087c98
-
thestig@chromium.org authored
This time, add an annotation to ignore the leak in system libraries. BUG=176888,375126 Review URL: https://codereview.chromium.org/321223004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@278008 0039d316-1c4b-4281-b951-d872f2087c98
-
sergeyu@chromium.org authored
PepperPacketSocketFactory has been updated to handle transient errors properly in https://codereview.chromium.org/336113002/. This is correpsonding change for ChromiumPacketSocketFactory. Particularly ChromiumPacketSocketFactory now tries resending each packet after EHOSTUNREACH. Review URL: https://codereview.chromium.org/339503006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@278007 0039d316-1c4b-4281-b951-d872f2087c98
-
maniscalco@chromium.org authored
ProfileSyncComponentsFactoryImpl now creates an AttachmentService with an AttachmentUploadImpl instead of a fake. Moved the logic for computing the sync server URL into ProfileSyncService. Currently, a new AUI is created for each AttachmentService. In the future, we will create one AUI that is shared among AttachmentService instances. ProfileSyncComponentsFactoryImplTest now uses TestBrowserThreadBundle instead of the deprecated TestBrowserThread. PSCFIT now needs an IO thread (for AUI's URLFetcher). BUG= TBR=finnur@chromium.org Review URL: https://codereview.chromium.org/334713008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@278006 0039d316-1c4b-4281-b951-d872f2087c98
-
tzik@chromium.org authored
BUG=344769 Review URL: https://codereview.chromium.org/330283002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@278005 0039d316-1c4b-4281-b951-d872f2087c98
-
grt@chromium.org authored
BUG=none R=robertshield@chromium.org Review URL: https://codereview.chromium.org/338353002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@278004 0039d316-1c4b-4281-b951-d872f2087c98
-
sungmann.cho@navercorp.com authored
After the landing https://codereview.chromium.org/291093005, browser_tab_strip_controller.cc doesn't need the command line switch related headers anymore. So we can remove these. BUG=332077 Review URL: https://codereview.chromium.org/339023002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@278003 0039d316-1c4b-4281-b951-d872f2087c98
-
dehrenberg@chromium.org authored
This corresponds to the Chromecast change at this URL: https://eureka-internal-review.googlesource.com/#/c/19857/ R=gwendal@chromium.org, isherman@chromium.org, robertshield@chromium.org, semenzato@chromium.org, asvitkine@chromium.org BUG=384533 Review URL: https://codereview.chromium.org/335913002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@278002 0039d316-1c4b-4281-b951-d872f2087c98
-