- 07 Jan, 2013 40 commits
-
-
jennyz@chromium.org authored
M26 new bluetooth UI. List all bluetooth devices in detailed view and automatically discover all BT devices when BT detailed view bubble opens. BUG=130698 Review URL: https://codereview.chromium.org/11748023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175403 0039d316-1c4b-4281-b951-d872f2087c98
-
thakis@chromium.org authored
Paint the tab outline, new tab button outline, and the tabstrip border at 0.65 opacity in non-focused windows, like image_button_cell does already. Also change inactive tabs to not paint on top of the tabstrip. BUG=166403,52468 TEST=look at tab strip, it now has a white line below the grey line again. With themes, the theme color shines through the separator line again. Review URL: https://codereview.chromium.org/11791030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175402 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175401 0039d316-1c4b-4281-b951-d872f2087c98
-
mazda@chromium.org authored
BUG=167165 Review URL: https://codereview.chromium.org/11648037 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175400 0039d316-1c4b-4281-b951-d872f2087c98
-
phajdan.jr@chromium.org authored
i.e. third_party/... BUG=165264 Review URL: https://codereview.chromium.org/11734021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175399 0039d316-1c4b-4281-b951-d872f2087c98
-
craigdh@chromium.org authored
Also move some packages to utils. BUG=167331 TEST=run_tests.py, device_stats_monitor.py Review URL: https://codereview.chromium.org/11759012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175397 0039d316-1c4b-4281-b951-d872f2087c98
-
jochen@chromium.org authored
This corresponds to an iframe loading the document given in its srcdoc attribute BUG=143337 R=creis@chromium.org Review URL: https://chromiumcodereview.appspot.com/11788015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175396 0039d316-1c4b-4281-b951-d872f2087c98
-
pkasting@chromium.org authored
Move one_click_signin_infobar_delegate.* from chrome/browser/api/infobars/ to chrome/browser/ui/sync/ (alongside the rest of the one_click_signin_xxx files). BUG=none TEST=none TBR=sky Review URL: https://codereview.chromium.org/11744015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175395 0039d316-1c4b-4281-b951-d872f2087c98
-
oshima@chromium.org authored
MatchScale's 2x routine uses canvas which can't scale mask image. This routine should be gone, so I fixed it in tab_strip, rather than fixing this routine. I'll flip the default value of the flag "scaling-in-image-skia-operation" so that mismatch will result in CHECK failure. BUG=163372 TEST=none Review URL: https://codereview.chromium.org/11684002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175394 0039d316-1c4b-4281-b951-d872f2087c98
-
tonyg@chromium.org authored
xp-release-single-core/intl1/times/t: http://build.chromium.org/f/chromium/perf/xp-release-single-core/intl1/report.html?history=150&rev=175338 TBR=tonyg@chromium.org BUG= Review URL: https://codereview.chromium.org/11782019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175392 0039d316-1c4b-4281-b951-d872f2087c98
-
justinlin@chromium.org authored
Add tabs.onReplaced event to notify listeners of tabs being replaced due to prerendering or instant. Don't send onCreated/onRemoved notificatiosn anymore for those cases. BUG=85584 Review URL: https://chromiumcodereview.appspot.com/11607012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175391 0039d316-1c4b-4281-b951-d872f2087c98
-
cevans@chromium.org authored
mask and require the path be absolute. Also add some per-file security owners to child_process_security_policy_impl.cc since it is highly sensitive. BUG=168634 Review URL: https://chromiumcodereview.appspot.com/11734030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175390 0039d316-1c4b-4281-b951-d872f2087c98
-
erg@chromium.org authored
- views_unittest now passes with the assert that checks that we have context. - ash_unittest...is making progress towards that and this patch is already big. BUG=161882 Review URL: https://codereview.chromium.org/11795004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175389 0039d316-1c4b-4281-b951-d872f2087c98
-
dbeam@chromium.org authored
Currently supported actions are: - create a wallet account - accept a Terms of Service - sign in for some reason - update an expiration date - [re-]enter a CVC - re-validate the current client-side form data (as it failed on the server) - upgrade minimal address BUG=165195,163508 R=ahutter@chromium.org,isherman@chromium.org Review URL: https://codereview.chromium.org/11777007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175388 0039d316-1c4b-4281-b951-d872f2087c98
-
tony@chromium.org authored
the selection clipboard on Linux. Most of the time, this happens automatically since the only way to set the standard clipboard is to select text (which sets the selection clipboard), but it's possible to set the standard clipboard using javascript (event.clipboardData.setData('text/plain', ...)). Since we always set the selection clipboard, I removed some code that was for handling the "Copy Link Address" context menu item. I tested on GTK+ and Aura. BUG=168135 TEST=Right click a link, select "Copy Link Addres", middle click in a text field. This should paste the URL. Here's a test case for clipboardData.setData: http://jsfiddle.net/LNWMG/ Review URL: https://codereview.chromium.org/11792002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175387 0039d316-1c4b-4281-b951-d872f2087c98
-
davemoore@chromium.org authored
BUG=None TEST=None Review URL: https://codereview.chromium.org/11591006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175386 0039d316-1c4b-4281-b951-d872f2087c98
-
pkasting@chromium.org authored
Implement a TODO in the media code: Change a "const MediaStreamRequest*" arg in various APIs to "const MediaStreamRequest&". BUG=none TEST=none Review URL: https://codereview.chromium.org/11759020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175385 0039d316-1c4b-4281-b951-d872f2087c98
-
ikarienator@chromium.org authored
This change is to update the help text to indicate that the tool supports reversed good/bad revision range. BUG=none NOTRY=true Review URL: https://chromiumcodereview.appspot.com/11772002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175384 0039d316-1c4b-4281-b951-d872f2087c98
-
jamesr@chromium.org authored
> Reland 174257 with fix for win_aura > > win: AcceleratedPresenter replies to the GPU process as soon as shared texture is copied. > > This means the GPU does not deschedule for as long waiting until it can render to the back buffer safely. > > TBR=apatrick@chromium.org > > Review URL: https://chromiumcodereview.appspot.com/11642051 Reverting to isolate performance regression on gpu_frame_rate tests on windows TBR=apatrick@chromium.org BUG=168470 Review URL: https://codereview.chromium.org/11782018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175379 0039d316-1c4b-4281-b951-d872f2087c98
-
avi@chromium.org authored
BUG=168549 TEST=none; tested by compile Review URL: https://chromiumcodereview.appspot.com/11783012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175378 0039d316-1c4b-4281-b951-d872f2087c98
-
sadrul@chromium.org authored
BUG=168005 Review URL: https://codereview.chromium.org/11740006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175372 0039d316-1c4b-4281-b951-d872f2087c98
-
jvoung@chromium.org authored
Copy of https://codereview.chromium.org/11566017/ Should now work. Previously pnacl's strip tool did not handle native archives, so this broke the ARM bots. BUG= none NOTRY=true Review URL: https://chromiumcodereview.appspot.com/11649049 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175367 0039d316-1c4b-4281-b951-d872f2087c98
-
thakis@chromium.org authored
Not used yet. BUG=168360 TBR=sail Review URL: https://codereview.chromium.org/11803002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175365 0039d316-1c4b-4281-b951-d872f2087c98
-
shawnsingh@google.com authored
BUG=159972, 163769 Review URL: https://codereview.chromium.org/11644008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175363 0039d316-1c4b-4281-b951-d872f2087c98
-
pkasting@chromium.org authored
* Make StoreActiveEntryUniqueID() take no args -- the arg was unnecessary. * Remove the unique ID setter and make its lone caller override ShouldExpireInternal() instead, to reduce the overall API surface area. * Prefer to override ShouldExpireInternal() instead of ShouldExpire() where possible, as that's a safer pattern if others copy-and-paste it, since it will change less behavior. BUG=none TEST=none Review URL: https://codereview.chromium.org/11748012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175362 0039d316-1c4b-4281-b951-d872f2087c98
-
ilevy@chromium.org authored
Silence the valid authors debug message, unless the check fails. The message takes a lot of space because the author file is big, and is not especially helpful (just lists parse results from the authors file). NOTRY=True Review URL: https://chromiumcodereview.appspot.com/11782010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175360 0039d316-1c4b-4281-b951-d872f2087c98
-
davemoore@chromium.org authored
BUG=None TEST=None TBR=jam Review URL: https://codereview.chromium.org/11743007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175359 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175358 0039d316-1c4b-4281-b951-d872f2087c98
-
rdsmith@chromium.org authored
Replace it with explict Pause() and Resume() interfaces. R=asanka@chromium.org R=benjhayden@chromium.org Review URL: https://chromiumcodereview.appspot.com/11711003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175357 0039d316-1c4b-4281-b951-d872f2087c98
-
mseaborn@chromium.org authored
This pulls in the following Native Client changes: r10534: (mseaborn) Mac: Fix an off-by-one corner case in handling single-stepping on x86-32 r10535: (mseaborn) Thread suspension: Fix querying registers for another Mac OS X corner case r10536: (mcgrathr) toolchain_build: Update binutils and gcc revisions r10537: (mseaborn) GDB tests: Improve error reporting when GDB's "reason" field is missing r10538: (eliben) Fix pnacl driver tests to look for x64 host dir when x86-32 isn't built r10539: (jfb) ARM: delete stale files and code. r10540: (mcgrathr) Disable performance tests under qemu r10541: (mcgrathr) Segregate trusted/untrusted values of MXCSR r10542: (mcgrathr) Disable run_performance_test via tests_to_disable_qemu not is_broken BUG=none TEST=nacl_integration Review URL: https://codereview.chromium.org/11792004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175356 0039d316-1c4b-4281-b951-d872f2087c98
-
marja@chromium.org authored
BUG=163096 Review URL: https://codereview.chromium.org/11788012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175355 0039d316-1c4b-4281-b951-d872f2087c98
-
tonyg@chromium.org authored
xp-release-dual-core/intl1/times/t: http://build.chromium.org/f/chromium/perf/xp-release-single-core/intl1/report.html?history=150&rev=175338 TBR=tonyg@chromium.org BUG= Review URL: https://codereview.chromium.org/11794030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175354 0039d316-1c4b-4281-b951-d872f2087c98
-
tonyg@chromium.org authored
Without root the user must manually enable devtools debugging in settings. This limitation is acceptable as we are able to detect it and instruct the user. BUG=154415 TEST=Run a telemetry test on a production android image Review URL: https://codereview.chromium.org/11784007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175353 0039d316-1c4b-4281-b951-d872f2087c98
-
stevet@chromium.org authored
We do this by wrapping the default ctor in a factory Create method, which handles the build-type logic. Also, group static methods in variations_service.*. Also, move the testing constructor to protected where it's better... protected. BUG=162417 TEST=With an unofficial build: Ensure that running Chromium without a command line argument does not result in a request to the Variations server (https://clients4.google.com/chrome-variations/seed). Ensure that providing the --variations-server-url flag with a URL results in a request to that URL. Review URL: https://chromiumcodereview.appspot.com/11753014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175352 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175350 0039d316-1c4b-4281-b951-d872f2087c98
-
pkasting@chromium.org authored
Translate infobar delegate: name the "type_" and "error_" fields "infobar_type_" and "error_type_" for clarity and to match the underlying type names. BUG=none TEST=none Review URL: https://codereview.chromium.org/11747014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175349 0039d316-1c4b-4281-b951-d872f2087c98
-
phajdan.jr@chromium.org authored
R=dalecurtis TBR=darin,garykac BUG=165264 Review URL: https://codereview.chromium.org/11791006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175348 0039d316-1c4b-4281-b951-d872f2087c98
-
kmadhusu@chromium.org authored
BUG=144491 TEST=none Review URL: https://chromiumcodereview.appspot.com/11535008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175347 0039d316-1c4b-4281-b951-d872f2087c98
-
finnur@chromium.org authored
BUG=None TEST=The sample extension for activeTab should not fail to load unpacked. Review URL: https://codereview.chromium.org/11777015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175345 0039d316-1c4b-4281-b951-d872f2087c98
-
vollick@chromium.org authored
ActiveAnimation has a bad name. It used to be the case that 'active' animations were a subset of all animations, but now every animation in cc/ is 'active' and I think that's confusing. R=enne@chromium.org BUG=None NOTRY=true Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=174267 Review URL: https://chromiumcodereview.appspot.com/11636051 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175344 0039d316-1c4b-4281-b951-d872f2087c98
-