- 18 Jun, 2014 40 commits
-
-
jonross@chromium.org authored
Changes to the visible state of the shelf causes the WorkspaceLayoutManager to change the size of its children. This includes changing the size of the backdrop. In order for the backdrop to cover the entire workspace it needs to be notified of changes to the available area. Such as when the shelf causes the inset regions to update. TEST=WorkspaceLayoutManagerBackdropTest.ShelfVisibilityChangesBounds BUG=383383 Review URL: https://codereview.chromium.org/337193002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@278106 0039d316-1c4b-4281-b951-d872f2087c98
-
simonb@chromium.org authored
Current packing preserves 4-byte alignment (in practice, 8-byte alignment, because a whole number of R_ARM_RELATIVE relocations is removed). However this is insufficient for some NEON vector instructions. For example: 18b0c: f42c026f vld1.16 {d0-d3}, [ip :128] requires a 16-byte alignment, and fails with SIGBUS if not aligned. The NDK toolchain aligns .text and .data to 256 bytes. Retain this by padding the non-packed (non-R_ARM_RELATIVE) relocations with sufficient R_ARM_NONE entries so that 256 byte alignment is preserved. Update test data so that enough R_ARM_RELATIVE entries are present for packing to reduce file size. BUG=385553 Review URL: https://codereview.chromium.org/341483002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@278105 0039d316-1c4b-4281-b951-d872f2087c98
-
grunell@chromium.org authored
BUG=376691 Review URL: https://codereview.chromium.org/340053002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@278104 0039d316-1c4b-4281-b951-d872f2087c98
-
zhaoqin@google.com authored
TBR=bruening@chromium.org BUG=NONE Review URL: https://codereview.chromium.org/341883002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@278103 0039d316-1c4b-4281-b951-d872f2087c98
-
dmichael@chromium.org authored
BUG=367896 Review URL: https://codereview.chromium.org/264303002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@278102 0039d316-1c4b-4281-b951-d872f2087c98
-
msw@chromium.org authored
This is mechanical cleanup in preparation for a Label rewrite. Use simple gfx::ShadowValues setter functions everywhere. Remove a forbidden static FontList instance. BUG=240037 TEST=No appearance changes for views text shadows. R=sky@chromium.org Review URL: https://codereview.chromium.org/343513002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@278101 0039d316-1c4b-4281-b951-d872f2087c98
-
dnicoara@chromium.org authored
BUG=none NOTRY=true Review URL: https://codereview.chromium.org/344443009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@278100 0039d316-1c4b-4281-b951-d872f2087c98
-
binji@chromium.org authored
This is replaced by NACL_IOC_HANDLEMESSAGE. BUG=none R=sbc@chromium.org Review URL: https://codereview.chromium.org/334983007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@278099 0039d316-1c4b-4281-b951-d872f2087c98
-
timvolodine@chromium.org authored
This patch adds end-to-end testing for the Battery Status API. Also a small fix in battery_status_service to return default values if battery_status_manager fails to start (e.g. no battery or no implementation). That way the promise on the blink side will resolve with default values as according to the specification. BUG=122593, 360068 Review URL: https://codereview.chromium.org/334223003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@278097 0039d316-1c4b-4281-b951-d872f2087c98
-
mathp@chromium.org authored
Code extracted from components/dom_distiller/core/dom_distiller_database.* Slight API change: callers to UpdateEntries now have to pass a vector of (string, proto) as key and value, instead of just a vector of protos where key is derived. Ran clang-format on the files I touched so you may see some diffs. Note: Implementations are in proto_database_impl.h and fake_db.h for proper linking. BUG=385747 TBR=jochen,dgrogan TEST=DomDistiller*,ProtoDatabaseImplTest Review URL: https://codereview.chromium.org/330833002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@278096 0039d316-1c4b-4281-b951-d872f2087c98
-
sungmann.cho@navercorp.com authored
After the landing https://codereview.chromium.org/297683004, enumerate_modules_model_win.cc doesn't need the command line switch related headers anymore. So we can remove these. BUG=350921 Review URL: https://codereview.chromium.org/338793002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@278095 0039d316-1c4b-4281-b951-d872f2087c98
-
viettrungluu@chromium.org authored
(And wait_flags_state.h -> handle_signals_state.h.) Still to do: Java (WaitFlags -> HandleSignals). R=sky@chromium.org Review URL: https://codereview.chromium.org/339193005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@278094 0039d316-1c4b-4281-b951-d872f2087c98
-
evy@chromium.org authored
Split tap allows a user to click while in touch exploration mode by tapping a second finger anywhere on the screen. *Added TOUCH_EXPL_SECOND_PRESS state and a InTouchExplSecondPress function in the controller *Added tests for tap and tap hold events, and also tested the case where the user lifts the touch exploration finger first. BUG= 385151 TEST = TouchExplorationTest.* Review URL: https://codereview.chromium.org/333623003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@278093 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@278092 0039d316-1c4b-4281-b951-d872f2087c98
-
pfeldman@chromium.org authored
http://build.chromium.org/f/chromium/perf/dashboard/ui/changelog_blink.html?url=/trunk&range=176408:176408&mode=html TBR= BUG= Review URL: https://codereview.chromium.org/343633004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@278091 0039d316-1c4b-4281-b951-d872f2087c98
-
earthdok@chromium.org authored
With direct_dependent_settings, the flags fail to propagate to certain targets. BUG=366570 R=glider@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/340583002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@278090 0039d316-1c4b-4281-b951-d872f2087c98
-
tmdiep@chromium.org authored
ExtensionService::PromoteEphemeralApp() now clears the permission escalation flag as well as enabling the app. BUG=374018 TEST=browser_tests (EphemeralAppBrowserTest.*) Review URL: https://codereview.chromium.org/345493002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@278089 0039d316-1c4b-4281-b951-d872f2087c98
-
mvanouwerkerk@chromium.org authored
Based on patch 324913004 by johnme@chromium.org who is on holiday now. BUG=350378 Review URL: https://codereview.chromium.org/338363003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@278087 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@278086 0039d316-1c4b-4281-b951-d872f2087c98
-
dpranke@chromium.org authored
http://build.chromium.org/f/chromium/perf/dashboard/ui/changelog_blink.html?url=/trunk&range=176360:176407&mode=html TBR=schenney@chromium.org,jamesr@chromium.org BUG= Review URL: https://codereview.chromium.org/347533002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@278085 0039d316-1c4b-4281-b951-d872f2087c98
-
viettrungluu@chromium.org authored
Still to rename: MojoWaitFlagsState and WaitFlagsState (and wait_flags_state.*). Also, remove MOJO_WAIT_FLAG_EVERYTHING. People shouldn't use it (since they'd get unexpected results if we added flags/signals). Tests can still use ~MOJO_HANDLE_SIGNAL_NONE. R=sky@chromium.org Review URL: https://codereview.chromium.org/336313007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@278084 0039d316-1c4b-4281-b951-d872f2087c98
-
atwilson@chromium.org authored
Created new StringMappingListPolicyHandler class to provide general mapping between policy string lists and generic pref types (int lists, string lists, etc). BUG=none Review URL: https://codereview.chromium.org/341723002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@278083 0039d316-1c4b-4281-b951-d872f2087c98
-
aberent@chromium.org authored
This patch fixes various problems in the bisect scripts that were preventing their use for Chrome for Android. I have only tried these using run-manual-bisect-test, and there could potentially be further problems with bisect wrapper scripts. Also fixes the --use-goma option to actually use Goma, rather than simply increasing the number of threads. BUG=none Review URL: https://codereview.chromium.org/331593007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@278082 0039d316-1c4b-4281-b951-d872f2087c98
-
glider@chromium.org authored
As noted in https://codereview.chromium.org/10948035, this is not used by anyone in Chromium. BUG=None TBR=thakis@chromium.org Review URL: https://codereview.chromium.org/339343002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@278081 0039d316-1c4b-4281-b951-d872f2087c98
-
pneubeck@chromium.org authored
Adds also a few additional checks. BUG=385143 Review URL: https://codereview.chromium.org/336423004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@278080 0039d316-1c4b-4281-b951-d872f2087c98
-
mlamouri@chromium.org authored
BUG=None Review URL: https://codereview.chromium.org/340033002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@278079 0039d316-1c4b-4281-b951-d872f2087c98
-
hirono@chromium.org authored
BUG=380825 TEST=run the test Review URL: https://codereview.chromium.org/341783002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@278078 0039d316-1c4b-4281-b951-d872f2087c98
-
pgal.u-szeged@partner.samsung.com authored
In the compositor API example gcc 4.9 reports a possible type narrowing when using fabs call. To fix this use fabsf instead. BUG=385988 R=dmichael Review URL: https://codereview.chromium.org/335383003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@278076 0039d316-1c4b-4281-b951-d872f2087c98
-
vkuzkokov@chromium.org authored
based on https://codereview.chromium.org/291193007/ https://codereview.chromium.org/278343002/ BUG=365710 Review URL: https://codereview.chromium.org/315923003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@278073 0039d316-1c4b-4281-b951-d872f2087c98
-
sashab@chromium.org authored
Re-styled the App Info Dialog again according to new UI feedback. This involves moving the 'Remove' and 'Create Shortcuts' buttons into a new AppInfoFooterPanel, which is displayed at the bottom of the app info dialog. Depends on review https://codereview.chromium.org/327743002/. BUG=266739 Review URL: https://codereview.chromium.org/335523002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@278072 0039d316-1c4b-4281-b951-d872f2087c98
-
asargent@chromium.org authored
-While we're doing the initial scan of files to build up computed_hashes.json, if we notice a mismatch, report that right away. This also fixes problems where if you modify/delete computed_hashes.json, enforcement would never work. -Avoid an infinite loop in ContentVerifyJob by making sure we stop checking newly read bytes after we've already reported a failure (we were stuck failing to advance to the next block after reporting a failure) BUG=375992,375953 Review URL: https://codereview.chromium.org/329303007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@278071 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-release@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@278068 0039d316-1c4b-4281-b951-d872f2087c98
-
fmalita@chromium.org authored
BUG=383435 TBR=reed@google.com,humper@google.com Review URL: https://codereview.chromium.org/347583002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@278067 0039d316-1c4b-4281-b951-d872f2087c98
-
viettrungluu@chromium.org authored
(We could probably also get rid of a third one, namely the one used by CHECK_EQ, etc. But I'd do that separately.) R=brettw@chromium.org Review URL: https://codereview.chromium.org/340573005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@278066 0039d316-1c4b-4281-b951-d872f2087c98
-
macourteau@chromium.org authored
Does not compile on Linux GN: http://build.chromium.org/p/chromium.linux/builders/Linux%20GN%20%28dbg%29/builds/7304/steps/compile/logs/stdio > gpu: Add base class for gpu service tests > > This allows for properly setting up and tearing down GL bindings. > Before this patch bindings were intialized in unittest_main.cc but also > reinitialized with a different GL version and extension in some > GLES2CmdDecoderTests which leaves room for problems depending on which order > tests happen to run in. > > More importantly, this will allow me to initialize GL bindings with a certain > GL version and extension bindings for some tests. > > Review URL: https://codereview.chromium.org/332303002 TBR=sievers@chromium.org Review URL: https://codereview.chromium.org/346573002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@278064 0039d316-1c4b-4281-b951-d872f2087c98
-
kelvinp@chromium.org authored
This change implements the OAuth2 implicit flow to fetch a third party token from the user. 1. Introduces a class ThirdPartyTokenFetcher to pop up a third party login page located at |tokenurl| in the browser. 2. Introduces a class OAuthRedirectActivity, which has an intent filter declared in the manifest to intercept the redirect URI upon a successful login. 3. It then starts the chromoting activity, which uses the ThirdPartyTokenFetcher to extract the code and token from the URI and pass it into the native component using JNI. BUG=329109 Review URL: https://codereview.chromium.org/337013002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@278062 0039d316-1c4b-4281-b951-d872f2087c98
-
wangxianzhu@chromium.org authored
Remove the operator to avoid misuse like the following: TRACE_EVENT1("a", "b", "c", condition ? TRACE_STR_COPY(short_live_string) : "literal"); In the above case, the argument value is actually const char*, not TraceValueWithCopy because it is automatically converted back to const char* with the const char* operator. Found no errornous usages in chromium, but found one error in WebKit. R=dsinclair BUG=382789 (perhaps the reason) Review URL: https://codereview.chromium.org/338653005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@278061 0039d316-1c4b-4281-b951-d872f2087c98
-
jamesr@chromium.org authored
Review URL: https://codereview.chromium.org/342543002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@278060 0039d316-1c4b-4281-b951-d872f2087c98
-
sievers@chromium.org authored
This allows for properly setting up and tearing down GL bindings. Before this patch bindings were intialized in unittest_main.cc but also reinitialized with a different GL version and extension in some GLES2CmdDecoderTests which leaves room for problems depending on which order tests happen to run in. More importantly, this will allow me to initialize GL bindings with a certain GL version and extension bindings for some tests. Review URL: https://codereview.chromium.org/332303002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@278059 0039d316-1c4b-4281-b951-d872f2087c98
-
pritam.nikam@samsung.com authored
BUG=132332 Review URL: https://codereview.chromium.org/261993006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@278058 0039d316-1c4b-4281-b951-d872f2087c98
-