- 08 Jan, 2013 21 commits
-
-
frankf@google.com authored
This is the first attempt at splitting the scripts into meaningful packages and make dependencies explicit. BUG=167331 Review URL: https://codereview.chromium.org/11649008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175441 0039d316-1c4b-4281-b951-d872f2087c98
-
danhn@chromium.org authored
BUG=157495 TEST=src/tools/telemetry/run_tests --browser=system TabTest.testActivateTab Review URL: https://chromiumcodereview.appspot.com/11663011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175440 0039d316-1c4b-4281-b951-d872f2087c98
-
estade@chromium.org authored
Change comboboxes to dropdown menus, per the latest mocks. Allow users to switch between manual entry and pre-fill modes. lots of TODOs, but this seems like a good stopping point. BUG=157270,157273 Review URL: https://chromiumcodereview.appspot.com/11743036 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175439 0039d316-1c4b-4281-b951-d872f2087c98
-
avi@chromium.org authored
BUG=167457 TEST=no more crashes in the crash server Review URL: https://chromiumcodereview.appspot.com/11788019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175438 0039d316-1c4b-4281-b951-d872f2087c98
-
stevet@chromium.org authored
BUG=162417 TEST=Run Chromium (unofficial build) with --fake-variations-channel=stable and ensure that a stable experiment, such as "UMA-Dynamic-Binary-Uniformity-Trial" shows up in about:version (after restarting once). Review URL: https://chromiumcodereview.appspot.com/11737025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175437 0039d316-1c4b-4281-b951-d872f2087c98
-
dmazzoni@chromium.org authored
BUG=136445 Review URL: https://chromiumcodereview.appspot.com/11805002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175436 0039d316-1c4b-4281-b951-d872f2087c98
-
yefim@chromium.org authored
BUG=157692 Review URL: https://chromiumcodereview.appspot.com/11775007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175435 0039d316-1c4b-4281-b951-d872f2087c98
-
hshi@google.com authored
Related CL: crrev.com/173507 - that CL calls StatisticsProvider::Init() in PreEarlyInitialization stage to obtain channel info early. However it also has a side-effect to load machine statistics early. After this CL we start to observe that sometimes the crossystem tool hangs. Ideally the tool hang should be root caused but it is timing sensitive and also extremely rare. The current CL makes StatisticsProvider::StartLoadingMachineStatistics() a separate and explicit call, so that the crossystem tool can be invoked later at PostBrowserStart stage. Hopefully by restoring the timing we can eliminate the tool hang. BUG=167671 TEST=CQ, manually verified that machine statistics is still available under chrome://settings in the "bios_info" section. Review URL: https://codereview.chromium.org/11778025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175434 0039d316-1c4b-4281-b951-d872f2087c98
-
alexeypa@chromium.org authored
%ProgramData% is read-only for processes running at low integrity level. since the host is now running at low integrity level and logs are written to ETW, this CL quits using debug.log altogether. See http://code.google.com/p/sawbuck/wiki/HowToCaptureLogsOffline for an example how logs can be collected via ETW infrastructure. The Chromoting provider's guid is "{2db51ca1-4fd8-4b88-b5a2-fb8606b66b02}". BUG=134694 Review URL: https://chromiumcodereview.appspot.com/11776029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175433 0039d316-1c4b-4281-b951-d872f2087c98
-
dgrogan@chromium.org authored
Other LevelDB consumers will still be aggregated under LevelDBEnv. BUG=164755 Review URL: https://chromiumcodereview.appspot.com/11776009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175432 0039d316-1c4b-4281-b951-d872f2087c98
-
aelias@chromium.org authored
The previous implementation always returned zero since it checked the bounds of the scroll layer instead of its child. Also add a unit test for the metadata values. BUG=161945 Review URL: https://chromiumcodereview.appspot.com/11779008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175431 0039d316-1c4b-4281-b951-d872f2087c98
-
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 19 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
-