summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add a LoadState for the AppCachervargas@chromium.org2011-11-044-2/+13
| | | | | | | | | BUG=101972 TEST=none Review URL: http://codereview.chromium.org/8351047 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@108611 0039d316-1c4b-4281-b951-d872f2087c98
* Re-enable nacl_integration tests on Chrome for Windows and 32-bit Linux.cstefansen@google.com2011-11-041-10/+0
| | | | | | | | | | BUG= http://code.google.com/p/chromium/issues/detail?id=101050 http://code.google.com/p/chromium/issues/detail?id=101401 TEST= n/a Review URL: http://codereview.chromium.org/8423059 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@108609 0039d316-1c4b-4281-b951-d872f2087c98
* Remove needless include of the content/browser/render_process_host.h header ↵ananta@chromium.org2011-11-0424-24/+2
| | | | | | | | | | | file. Part 1 of upcoming changes to move RPH/BRPH to a public interface. BUG=98716 Review URL: http://codereview.chromium.org/8451012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@108608 0039d316-1c4b-4281-b951-d872f2087c98
* Updating valgrind suppressions because I changed agspencer@chromium.org2011-11-041-1/+1
| | | | | | | | | | | | function name. BUG=none TEST=ran valgrind trybots Review URL: http://codereview.chromium.org/8437104 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@108607 0039d316-1c4b-4281-b951-d872f2087c98
* Refactor IqRequest.sergeyu@chromium.org2011-11-0429-456/+485
| | | | | | | | | | | | | | Remove CreateIqRequest from SignalStrategy interface. Intead to send an Iq stanza the new IqSender now need to be used. IqSender creats of IqRequest objects and handling iq responses. BUG=None TEST=Unittests. Review URL: http://codereview.chromium.org/8432009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@108606 0039d316-1c4b-4281-b951-d872f2087c98
* Change three LazyInstances I added earlier to be leaky.thakis@chromium.org2011-11-042-4/+9
| | | | | | | | | | | | | | | | Without this, they were still be cleaned up at exit, which is unnecessary and slow, and some threads might not even have an AtExitManager. With this, we leak 2 Locks and 1 ThreadLocalBoolean at exit. BUG=101600 TEST=none Review URL: http://codereview.chromium.org/8450015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@108605 0039d316-1c4b-4281-b951-d872f2087c98
* Added ReleaseCurrent to GLES2CmdDecoder.apatrick@chromium.org2011-11-043-14/+12
| | | | | | | | | I need it for http://codereview.chromium.org/8060045/ Also enabled the SwapBuffers callback on all platforms for he same reason. Review URL: http://codereview.chromium.org/8430042 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@108604 0039d316-1c4b-4281-b951-d872f2087c98
* Update .DEPS.gitchrome-admin@google.com2011-11-041-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@108603 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 108600 - Roll libjingle to 93:94.wjia@chromium.org2011-11-042-14/+13
| | | | | | | | | | | | | | | | * Add window.h, webrtcvideocapturer and dummydevicemanager for peerconnection. * Reenable disabled parts of libjingle_peerconnection. * Exclude the devicemanager from the build. BUG=102012,102451 TEST=Compiles Review URL: http://codereview.chromium.org/8438059 TBR=ronghuawu@chromium.org Review URL: http://codereview.chromium.org/8451018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@108602 0039d316-1c4b-4281-b951-d872f2087c98
* Update .DEPS.gitchrome-admin@google.com2011-11-041-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@108601 0039d316-1c4b-4281-b951-d872f2087c98
* Roll libjingle to 93:94.ronghuawu@chromium.org2011-11-042-13/+14
| | | | | | | | | | | | | * Add window.h, webrtcvideocapturer and dummydevicemanager for peerconnection. * Reenable disabled parts of libjingle_peerconnection. * Exclude the devicemanager from the build. BUG=102012,102451 TEST=Compiles Review URL: http://codereview.chromium.org/8438059 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@108600 0039d316-1c4b-4281-b951-d872f2087c98
* Make the cells in about:tracking2 wrap better. Instead of the default 'word ↵eroman@chromium.org2011-11-042-17/+45
| | | | | | | | | wrapping', allow cell values to wrap on each character. This avoids horizonal scrollbars showing up, at the expense of making some rows use more vertical space. BUG=100992 Review URL: http://codereview.chromium.org/8447018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@108599 0039d316-1c4b-4281-b951-d872f2087c98
* PrintPreview: [LINUX] Update the margin values after flipping the paper ↵kmadhusu@chromium.org2011-11-044-10/+124
| | | | | | | | | | | | orientation. BUG=101419 TEST=Please refer to bug description. Review URL: http://codereview.chromium.org/8351063 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@108598 0039d316-1c4b-4281-b951-d872f2087c98
* Remove 1 exit time destructor and 1 static initializer from watchdog.ccthakis@chromium.org2011-11-042-30/+33
| | | | | | | | | | | | | | This file will now leak a lock at exit time. Also move the static data from the .h to the .cc file. BUG=101600, 94925 TEST=none Review URL: http://codereview.chromium.org/8453001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@108597 0039d316-1c4b-4281-b951-d872f2087c98
* Add command-line option to enable swiftshaderjbauman@chromium.org2011-11-047-18/+56
| | | | | | | | | | | | This adds --use-gl=swiftshader to force that swiftshader be used. --swiftshader-path specifies where to load the libraries from. These arguments will be used when the gpu is on the software rendering list. BUG= TEST= Review URL: http://codereview.chromium.org/8431017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@108596 0039d316-1c4b-4281-b951-d872f2087c98
* Update .DEPS.gitchrome-admin@google.com2011-11-041-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@108595 0039d316-1c4b-4281-b951-d872f2087c98
* Support max of profiled times as well as sum and averagejar@chromium.org2011-11-043-48/+176
| | | | | | | r=rtenneti Review URL: http://codereview.chromium.org/8438062 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@108593 0039d316-1c4b-4281-b951-d872f2087c98
* roll webrtc to r883wjia@chromium.org2011-11-041-1/+1
| | | | | | Review URL: http://codereview.chromium.org/8450010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@108591 0039d316-1c4b-4281-b951-d872f2087c98
* Refine panel UI looks on Windows: change bottom-left and bottom-right ↵jianli@chromium.org2011-11-044-9/+23
| | | | | | | | | | | corners to be not rounded. BUG=none TEST=Manual test by launching panels and verify their UI looks Review URL: http://codereview.chromium.org/8430040 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@108590 0039d316-1c4b-4281-b951-d872f2087c98
* Android IPC changes.jrg@chromium.org2011-11-048-7/+28
| | | | | | | | | | BUG= TEST= Review URL: http://codereview.chromium.org/8437033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@108589 0039d316-1c4b-4281-b951-d872f2087c98
* Use InstallUtil::GetChromeVersion() to retrieve version number.hnguyen@chromium.org2011-11-042-13/+7
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/8451016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@108588 0039d316-1c4b-4281-b951-d872f2087c98
* Minor clean up on VideoRendererBase.scherkus@chromium.org2011-11-041-42/+54
| | | | | | | | | | Paving the way for additional refactoring! Removed get()s from scoped_refptr<> classes, updated DCHECKs, fixed comments, and restructured this one hairy-yet-important set of if statements. Review URL: http://codereview.chromium.org/8343078 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@108587 0039d316-1c4b-4281-b951-d872f2087c98
* Make CLD work properly on ARMjshin@chromium.org2011-11-044-36/+61
| | | | | | | | | | | The patch adapted from the upstream change. BUG=50113 TEST=1. Apply the CL and build Chrome on ARM and visit the page listed in the bug. Chrome should not freeze. 2. Run unit_tests --gtest_filter=CompactLang*.* Review URL: http://codereview.chromium.org/3325020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@108586 0039d316-1c4b-4281-b951-d872f2087c98
* Merge spdy_framer changes from server.rtenneti@chromium.org2011-11-044-769/+779
| | | | | | | | | R=willchan TEST=network unit tests Review URL: http://codereview.chromium.org/8437098 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@108585 0039d316-1c4b-4281-b951-d872f2087c98
* Get rid of experimental flag from tts apitest.dmazzoni@chromium.org2011-11-041-5/+0
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/8351093 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@108584 0039d316-1c4b-4281-b951-d872f2087c98
* Aura: Add --aura-windows to about:flagsjamescook@chromium.org2011-11-032-0/+19
| | | | | | | | | | | | This option turns on translucent window frames and constrained dragging. BUG=none TEST=none Review URL: http://codereview.chromium.org/8430041 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@108583 0039d316-1c4b-4281-b951-d872f2087c98
* Fix a couple minor net issuesjoth@chromium.org2011-11-032-3/+4
| | | | | | | | | | | | | | | - crypto::EnsureNSPRInit does not exist on use_openssl builds - on my machine the locale is en_us.utf8 which makes NetUtilTest.GenerateFileName fail BUG=None TEST=can build the browser for use_openssl=1; "LANG=utf8 net_unittests" passes Review URL: http://codereview.chromium.org/8334033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@108582 0039d316-1c4b-4281-b951-d872f2087c98
* Add paths for remoting deps to .gitignore.derat@chromium.org2011-11-031-0/+2
| | | | | | | | | | BUG=none TEST=ran "git status"; no longer see directories i didn't change TBR=dmaclach Review URL: http://codereview.chromium.org/8450020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@108581 0039d316-1c4b-4281-b951-d872f2087c98
* Refactor Instant tests.sreeram@chromium.org2011-11-035-765/+541
| | | | | | | | | | BUG=none TEST=interactive_ui_tests --gtest_filter=Instant* Review URL: http://codereview.chromium.org/8409005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@108580 0039d316-1c4b-4281-b951-d872f2087c98
* Remove 1 exit time destructor and 1 static initializer from ↵thakis@chromium.org2011-11-032-7/+20
| | | | | | | | | | | | platform_thead_(posix|mac) BUG=101600,94925 TEST=none Review URL: http://codereview.chromium.org/8436007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@108579 0039d316-1c4b-4281-b951-d872f2087c98
* Sync promo: UI tweaks for new layout.dbeam@chromium.org2011-11-035-26/+25
| | | | | | | | | | | BUG=101813,100619 TEST=Looks good, works well. R=sail@chromium.org Review URL: http://codereview.chromium.org/8437072 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@108578 0039d316-1c4b-4281-b951-d872f2087c98
* Change the ordering of threads on about:tracking2, so more important threads ↵eroman@chromium.org2011-11-031-11/+94
| | | | | | | | | (like the main thread) will sort above less important threads (like browser watchdog). BUG=100992 Review URL: http://codereview.chromium.org/8448005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@108577 0039d316-1c4b-4281-b951-d872f2087c98
* Avoid processing two GetStateFast messages back to back.jbauman@chromium.org2011-11-032-4/+25
| | | | | | | | | | | Require that one non-getstatefast message be processed in between, to prevent starvation. BUG=102214 TEST= Review URL: http://codereview.chromium.org/8440061 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@108576 0039d316-1c4b-4281-b951-d872f2087c98
* Add an IFDEF for developers of about:tracking2, so the javascript/html are ↵eroman@chromium.org2011-11-031-0/+68
| | | | | | | | | | loaded directly off disk rather than getting loaded from the resources package. This avoids having to rebuild after each change to test it in the webapp. BUG=100992 Review URL: http://codereview.chromium.org/8452005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@108575 0039d316-1c4b-4281-b951-d872f2087c98
* Don't assume render view host exists in Panel.jennb@chromium.org2011-11-031-3/+4
| | | | | | | | | | | Tests may not supply tab contents or the Panel might be closing and tab contents destroyed when the GTK Panel gets a size change. BUG=102776 TEST=Panel*Test.* Review URL: http://codereview.chromium.org/8455001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@108574 0039d316-1c4b-4281-b951-d872f2087c98
* Also include selected state when returning AXValue.dtseng@chromium.org2011-11-031-3/+7
| | | | | | | | | | | | | | | | | For markup that has aria-selected set, we will correctly translate them as natively "selected" on Mac. This appears to have been regressed at some point. Example: <div role="tab" aria-selected="true">foo</div> Note that as of WebKit Version 5.1.1 (6534.51.22, r98825), aria-checked still isn't supported, so we may want to consider doing this for Windows as well. BUG=102802 TEST=manually with VoiceOver on a test page. Review URL: http://codereview.chromium.org/8447003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@108572 0039d316-1c4b-4281-b951-d872f2087c98
* Don't reload into an app process.creis@chromium.org2011-11-034-21/+6
| | | | | | | | | | | NavigationEntries are not safe to move from one process to another. BUG=80621,102408 TEST=Reload a page after installing it as an app. No process swap. Review URL: http://codereview.chromium.org/8443005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@108571 0039d316-1c4b-4281-b951-d872f2087c98
* Upstream: Make harfbuzz build on Androidmichaelbai@chromium.org2011-11-032-3/+13
| | | | | | | | | | BUG= TEST= Review URL: http://codereview.chromium.org/8450014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@108568 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 108186 - Ensure forced process swaps use the correct page_id and ↵creis@chromium.org2011-11-035-83/+16
| | | | | | | | | | | | | | SiteInstance. BUG=102408 TEST=See bug Review URL: http://codereview.chromium.org/8372036 TBR=creis@chromium.org Review URL: http://codereview.chromium.org/8443006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@108567 0039d316-1c4b-4281-b951-d872f2087c98
* Update .DEPS.gitchrome-admin@google.com2011-11-031-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@108566 0039d316-1c4b-4281-b951-d872f2087c98
* Bump libyuv to version 54fbarchard@chromium.org2011-11-031-1/+1
| | | | | | | | BUG=none TEST=chrome local build Review URL: http://codereview.chromium.org/8334039 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@108565 0039d316-1c4b-4281-b951-d872f2087c98
* chromeos: Split NetworkChangeNotifierChromeos initialization.satorux@chromium.org2011-11-035-13/+42
| | | | | | | | | | | | | | | | Defer the observer setup from the constructor to chromeos_browser_main_chromeos.cc. The motivation is to solve a dependency issue between NetworkChangeNotifierChromeos and DBusThreadManager, that'll replace CrosLibrary. BUG=chromium-os:22459 TEST=networking on Chrome OS works as before. Review URL: http://codereview.chromium.org/8423077 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@108564 0039d316-1c4b-4281-b951-d872f2087c98
* Add a length DCHECK() on GURL size to IPC param traits.asvitkine@chromium.org2011-11-031-0/+1
| | | | | | | | | | | | | | | If there is a case of a too long GURL being pickled, this will catch it at its source rather than a harder to debug failure on the other end of the pipe. (This doesn't yet fix the bug.) BUG=102287 TEST=Mouse-overing the link in the bug's test.html should trigger the DCHECK(). Review URL: http://codereview.chromium.org/8417053 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@108562 0039d316-1c4b-4281-b951-d872f2087c98
* Upstream: Make Skia compiled with Android NDK.michaelbai@chromium.org2011-11-031-15/+83
| | | | | | | | | | BUG= TEST= Review URL: http://codereview.chromium.org/8386066 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@108561 0039d316-1c4b-4281-b951-d872f2087c98
* Updating Mongoose server in chromedriver to latest version. (clone of issue ↵danielwh@google.com2011-11-038-3304/+2980
| | | | | | | | 8375010) Review URL: http://codereview.chromium.org/8423073 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@108560 0039d316-1c4b-4281-b951-d872f2087c98
* [Mac] Fix BMB folder menu staying open after a drive-through drag over.asvitkine@chromium.org2011-11-032-0/+14
| | | | | | | | | BUG=87092 TEST=Add some folders to the BMB and make sure it's visible. Drag a link from a web page. Hover long enough over a BMB folder for the menu to open, then drag up into the tabstrip. When the drag enters the tabstrip, the open BMB folder menu should close. Review URL: http://codereview.chromium.org/8438036 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@108558 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 108023 - Debug checks to make it easier to find reason for ↵groby@chromium.org2011-11-032-35/+4
| | | | | | | | | | | | | | | CanvasT<>::initialize crash BUG=101934,102740 TEST=none Review URL: http://codereview.chromium.org/8341090 TBR=groby@chromium.org, vandebo@chromium.org Review URL: http://codereview.chromium.org/8437105 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@108557 0039d316-1c4b-4281-b951-d872f2087c98
* Fixing frame_rate test so that it will not fail the perf and GPU waterfalls.junov@chromium.org2011-11-031-38/+83
| | | | | | | | | | | | | | 1. Reorganizing the frame_rate test to limit the tests that get performed on the Perf waterfall 2. Adding the --enable-gpu flag to be used by the GPU waterfall for executing GPU-specific tests 3. Reaquiring the active tab after initial page load since it may have been invalidated by a page re-direct. BUG=102428 TEST=frame_rate test on perf and gpu waterfalls. REVIEW=http://codereview.chromium.org/8386014/ Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=108528 Review URL: http://codereview.chromium.org/8386014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@108556 0039d316-1c4b-4281-b951-d872f2087c98
* views: Remove using declaration from dialog_delegate.h header file.tfarina@chromium.org2011-11-0325-62/+58
| | | | | | | | R=sky@chromium.org Review URL: http://codereview.chromium.org/8450001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@108554 0039d316-1c4b-4281-b951-d872f2087c98
* base::Bind conversion for chrome/browser/extensions/file_reader.adamk@chromium.org2011-11-035-32/+26
| | | | | | Review URL: http://codereview.chromium.org/8343008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@108553 0039d316-1c4b-4281-b951-d872f2087c98