- 08 Jan, 2013 10 commits
-
-
jamescook@chromium.org authored
Use the SkBitmap version of CalculateKMeanColorOfBitmap() to avoid a PNG encode/decode round trip. BUG=none TEST=cpu says it looks OK on his Win8 machine Review URL: https://chromiumcodereview.appspot.com/11571050 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175430 0039d316-1c4b-4281-b951-d872f2087c98
-
aruslan@chromium.org authored
BUG=155330 Review URL: https://chromiumcodereview.appspot.com/11778005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175429 0039d316-1c4b-4281-b951-d872f2087c98
-
dbeam@chromium.org authored
R=rsesek@chromium.org BUG=168561 TEST=PromoResourceServiceTest.NotificationPromoTest passes after Jan 7 2013 5:40:75 PST Review URL: https://codereview.chromium.org/11801015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175428 0039d316-1c4b-4281-b951-d872f2087c98
-
yefim@chromium.org authored
BUG=157692 Review URL: https://codereview.chromium.org/11785007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175427 0039d316-1c4b-4281-b951-d872f2087c98
-
avi@chromium.org authored
BUG=168169 TEST=should all pass Review URL: https://chromiumcodereview.appspot.com/11801014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175426 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175425 0039d316-1c4b-4281-b951-d872f2087c98
-
dglazkov@chromium.org authored
TBR=macpherson TEST= BUG= Review URL: https://codereview.chromium.org/11776028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175424 0039d316-1c4b-4281-b951-d872f2087c98
-
mmenke@chromium.org authored
reading from sockets. In particular, prevent the parser from reading beyond all ReadData in HttpPipelinedConnectionImplTest.ConnectionSuddenlyClosedAfterResponse, and fix a test that was trying to reuse a connection when an earlier stream failed on it. BUG=166915 Review URL: https://codereview.chromium.org/11795003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175423 0039d316-1c4b-4281-b951-d872f2087c98
-
mukai@chromium.org authored
BUG=141005 TEST=ui_unittests --gtest_filter='X11UtilTest.*' passed Review URL: https://codereview.chromium.org/11725005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175421 0039d316-1c4b-4281-b951-d872f2087c98
-
enne@chromium.org authored
Due to the way the math works out for calculating which tiles to use for a given content rect, the content scale for a picture layer has to be the maximum of all the tilings on a layer. Currently, each layer only has one tiling, but this change also creates the infrastructure for adding different tilings over time and clamping contents scales to a minimum. NOTRY=true R=danakj@chromium.org BUG=155209 Review URL: https://chromiumcodereview.appspot.com/11777008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175420 0039d316-1c4b-4281-b951-d872f2087c98
-
- 07 Jan, 2013 30 commits
-
-
jamesr@chromium.org authored
> cc: Set the max frames pending from the thread proxy. > > When a parent compositor is present (ie, ubercompositor), throttle to a single > pending frame. > > Tests: > LayerTreeHostTestMaxPendingFrames.DelegatingRenderer > LayerTreeHostTestMaxPendingFrames.GLRenderer > > BUG=123444 > NOTRY=true > > Review URL: https://chromiumcodereview.appspot.com/11747002 TBR=danakj@chromium.org BUG=168691 Review URL: https://codereview.chromium.org/11784030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175416 0039d316-1c4b-4281-b951-d872f2087c98
-
danakj@chromium.org authored
BUG=123444 NOTRY=true Review URL: https://chromiumcodereview.appspot.com/11754003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175413 0039d316-1c4b-4281-b951-d872f2087c98
-
mmenke@chromium.org authored
Calculate connection timing information in ConnectJobs, add store it in ClientSocketHandles. BUG=77446 Review URL: https://codereview.chromium.org/11428150 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175412 0039d316-1c4b-4281-b951-d872f2087c98
-
msw@google.com authored
Add/update and use NativeTheme dialog colors for Win/Aura. Use Label[Button] and Bubble[Border|Background] in DialogFrameView. Add DialogFrameView::content_margins_ similar to BubbleFrameView. Increase widget example size, add DialogExample with title. Tweak dialog example InitParams (nix frame, make transparent). Make the buttons in the widget example focusable. Make LabelButton::GetPreferredSize public. Refactor BubbleFrameView::GetBoundsForClientView. Roughly matches the specification at: https://docs.google.com/a/google.com/file/d/0B6x6iYCtKinEVjFvOWNfRlJCLU0/edit See the screenshot on the bug at: https://code.google.com/p/chromium/issues/detail?id=166075#c5 TODO(followup): Investigate a minor LabelButton drag/hot issue. TODO(followup): Add/use new close (x) button resources. TODO(followup): Generalize BubbleBorder to a custom frame border? BUG=166075 TEST=[Views examples] dialogs look closer to mocks with --enable-new-dialog-style (actual Chrome dialogs need more work). R=sky@chromium.org Review URL: https://codereview.chromium.org/11756005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175411 0039d316-1c4b-4281-b951-d872f2087c98
-
jam@chromium.org authored
The previous approach to fix the omnibox was specific to it and that's why it didn't handle other widgets. To fix this, generalize looking for the widget by asking the FocusManager for the focused views::Textfield. I had to add a special case for devtools since the way it worked before is that it gets the synthesized keyboard shortcut and in the renderer it translates it to a clipboard operation. BUG=164235 Review URL: https://codereview.chromium.org/11734015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175409 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175408 0039d316-1c4b-4281-b951-d872f2087c98
-
groby@chromium.org authored
BUG=166046 R=rlp@chromium.org Review URL: https://codereview.chromium.org/11645037 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175407 0039d316-1c4b-4281-b951-d872f2087c98
-
bbudge@chromium.org authored
r10541 introduced a hard-coded jmp instruction that caused syzygy to blow up. http://build.chromium.org/p/chromium/builders/Win/builds/14491/ Search for 'Build failed' in compile stdio. > NaCl: Update revision in DEPS, r10533 -> r10542 > > 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 TBR=mseaborn@chromium.org Review URL: https://codereview.chromium.org/11773033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175406 0039d316-1c4b-4281-b951-d872f2087c98
-
nduca@chromium.org authored
We're using tough_blah_cases terminology for other content-specific collections. So lets do that here as well. R=hartmanng CC=vollick NOTRY=True Review URL: https://chromiumcodereview.appspot.com/11787013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175405 0039d316-1c4b-4281-b951-d872f2087c98
-
nduca@chromium.org authored
The image decoding benchmark still contained some logic for navigation/test control. The image_decoding_benchmark should measure image decodign times. Critically, the logic to make chrome/test/data/image_decoding/image_decoding.html do its work should be handled by the page runner, not the benchmark. To make this separation happen, three changes are made... First, page runner now notifies the test that naivgation will happen. This allows us to begin recording the timeline right before navigation. This is when timeline recording should begin for image decode tests. Second, this adds a post_navigate_javascript_to_execute method to the page. This allows us to call runBenchmark() on the image decoding benchmarks after we navigate. Finally, the benchmark uses the standard wait_for_javascript_expression to poll the isDone variable.The old code actually did this in python. R=tonyg NOTRY=True Review URL: https://chromiumcodereview.appspot.com/11753023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175404 0039d316-1c4b-4281-b951-d872f2087c98
-
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
-