summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Adding define to allow Blink and Chrome to use the unoptimized path of ↵sugoi@chromium.org2013-11-021-0/+4
| | | | | | | | | | SkOffsetImageFilter without affecting Skia. BUG= Review URL: https://codereview.chromium.org/54823007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@232555 0039d316-1c4b-4281-b951-d872f2087c98
* Refactor KioskBrowserTest to remove test parameter.tengs@chromium.org2013-11-021-27/+12
| | | | | | | | | | | The underlying multiprofile code should be unified with the normal user flow, so the multiprofile parameter is not necessary anymore. TEST=tests still pass Review URL: https://codereview.chromium.org/54673012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@232554 0039d316-1c4b-4281-b951-d872f2087c98
* Create shortcuts when app launcher is enabled.jackhou@chromium.org2013-11-022-4/+8
| | | | | | | | | | | | | | | | | | | | | This change mostly affects Mac. At the moment, if app shims are not enabled, syncing of v2 apps does not create shims for those apps. If app shims are then enabled by enabling the app launcher, these shims will not be created until the next restart of Chrome. This CL runs a OnceOffCreateShortcuts (the same method run on startup) when the app launcher is enabled. BUG=313106 TEST=Start with a fresh install of Chrome. Sign in with an account that has v2 apps. Wait for the apps to sync. Enable the app launcher. App shims should be installed for synced apps. Launch an app, it should have an icon in the dock. Review URL: https://codereview.chromium.org/54383005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@232553 0039d316-1c4b-4281-b951-d872f2087c98
* Include a fix for NSS bug 934016rsleevi@chromium.org2013-11-024-0/+27
| | | | | | | | | BUG=314225 R=wtc@chromium.org, wtc Review URL: https://codereview.chromium.org/52713015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@232552 0039d316-1c4b-4281-b951-d872f2087c98
* In some tests the component updater singleton might be called first from the ↵cpu@chromium.org2013-11-021-0/+2
| | | | | | | | | | | | | IO thread which is not expected. This is observed today. BUG=none TBR=jam Review URL: https://codereview.chromium.org/56743002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@232551 0039d316-1c4b-4281-b951-d872f2087c98
* Fix spelling of "NaCl" in various places: "NaCL" is the wrong capitalisationmseaborn@chromium.org2013-11-028-10/+10
| | | | | | | | | | BUG=none TEST=none TBR=ericu@chromium.org,sbc@chromium.org,aa@chromium.org Review URL: https://codereview.chromium.org/56413002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@232550 0039d316-1c4b-4281-b951-d872f2087c98
* Ensure TimeOffset is applied to timestamps of traceswangxianzhu@chromium.org2013-11-023-15/+53
| | | | | | | | | | | | | Previously TraceLog::UpdateTraceEventDuration() doesn't consider time_offset_. Added OffsetNow() and OffsetTimestamp() to avoid TimeTicks::NowFromSystemTraceTime() in most part of TraceLog. TEST=TraceEventTestFixture.TimeOffset BUG=none Review URL: https://codereview.chromium.org/52973006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@232549 0039d316-1c4b-4281-b951-d872f2087c98
* cc: Enable deadline scheduler by default for unit testsbrianderson@chromium.org2013-11-022-2/+2
| | | | | | | | BUG=310591 Review URL: https://codereview.chromium.org/47923024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@232548 0039d316-1c4b-4281-b951-d872f2087c98
* Pepper: Move FileIO host from renderer to browser.teravest@chromium.org2013-11-0235-887/+700
| | | | | | | | | | | | | | | | | This change is large because it moves QuotaFileIO and PepperFileIOHost all at once to the browser process. Some code in the refactored PepperFileIOHost is moved from what's provided in FileAPIMessageFilter. Tested locally with Bastion, From Dust, and Angry Bots. TBR=jschuh BUG=246396 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=232440 Review URL: https://codereview.chromium.org/33053002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@232547 0039d316-1c4b-4281-b951-d872f2087c98
* Enable the threaded-compositing command line switches even under Aura.dpranke@chromium.org2013-11-021-5/+5
| | | | | | | | | | | | Previously we had an #ifdef AURA that was overriding things and would break running the layout tests under Aura. R=jamesr@chromium.org, piman@chromium.org BUG=229207, 233830 Review URL: https://codereview.chromium.org/56243004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@232546 0039d316-1c4b-4281-b951-d872f2087c98
* Remove cc::LayerAnimationController:SuspendAnimationsajuma@chromium.org2013-11-027-23/+3
| | | | | | | | | | | | This removes LayerAnimationController::SuspendAnimations, which is no longer used now that layout tests use LayerAnimationController::PauseAnimation. BUG=312060 Review URL: https://codereview.chromium.org/50903002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@232545 0039d316-1c4b-4281-b951-d872f2087c98
* [rAc OSX] Hide the Autofill popup when the active tab changes or the active ↵isherman@chromium.org2013-11-021-0/+9
| | | | | | | | | | | | field loses focus. BUG=308154 TEST=(see bug) R=groby@chromium.org Review URL: https://codereview.chromium.org/50703010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@232544 0039d316-1c4b-4281-b951-d872f2087c98
* It2Me native messaging: GYP and source refactoringweitaosu@chromium.org2013-11-0219-133/+145
| | | | | | | | | | | | | | | 1. Add "me2me" to the names of all the me2me specific GYP targets and source files. This makes it easier for my next CL that will add the It2Me native messaging host component. 2. Create a remoting_native_messaging_base GYP target that contains the common native messaging plumbing code shared between remoting_core, remoting_me2me_native_messaging_host and the to-be-created remoting_it2me_native_messaging_host. 3. Clean up some dependencies in remoting.gyp: e.g. the native messaging manifest should be depended on by the archive targets, not the native messaging host binary targets. 4. Rename It2MeImpl to It2MeHost. BUG=309844 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=232331 Review URL: https://codereview.chromium.org/49113003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@232543 0039d316-1c4b-4281-b951-d872f2087c98
* [chromedriver] Fix window bot.chrisgao@chromium.org2013-11-021-0/+2
| | | | | | | | | | | | For the windows bot, the API call to slave_utils.GSUtilListBucket with "gs://chromedriver-data/continuous/chromedriver_win32_2.5*" has some wired output of "E:\b\build\slave\chromedriver_win7\build>set HOME=C:\Users\chrome-bot" and an empty line. So filter them out by a prefix. NOTRY=true Review URL: https://codereview.chromium.org/45873003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@232542 0039d316-1c4b-4281-b951-d872f2087c98
* [NaCl SDK] Rename README to README.chromium in third_party/fancy_urllibsbc@chromium.org2013-11-024-6/+9
| | | | | | | | | | | | | | | This makes tools/licenses.py and android_webview/tools/webview_licenses.py happy. This change is a precursor to removing native_client_sdk/README.chromium and no longer treating native_client_sdk as third_party code. R=binji@chromium.org Review URL: https://codereview.chromium.org/52383004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@232541 0039d316-1c4b-4281-b951-d872f2087c98
* Add support for managed bookmarks in the android new NTP. cramya@chromium.org2013-11-029-63/+276
| | | | | | | | | | | | | These bookmarks can not be edited or deleted. Moved all bookmarks files to chrome/browser/android/bookmarks Moved managed_bookmarks_shim.* to chrome/browser/android/bookmarks BUG=311740 NOTRY=true Review URL: https://codereview.chromium.org/45453005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@232540 0039d316-1c4b-4281-b951-d872f2087c98
* [MediaGalleries] Add methods providing needed access from file util to ↵gbillock@chromium.org2013-11-026-5/+671
| | | | | | | | | | | iphoto data provider. R=vandebo@chromium.org BUG=151703 Review URL: https://codereview.chromium.org/30133003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@232539 0039d316-1c4b-4281-b951-d872f2087c98
* Attempt to workaround junk channel and channel layout values.dalecurtis@google.com2013-11-022-1/+15
| | | | | | | | | | | | | | | | | | | Bug reports show a lot of users with junk dwChannelMask values, yet working audio in other applications. They also note that this issue appeared recently; likely when we reverted support for pass-through layouts to fix http://crbug.com/259165. This fix enables guessing of channel layouts based on the reported channel count and, if that's still bad, re-enables support for pass-through layouts. BUG=169846,309823,311906 TEST=none R=scherkus@chromium.org Review URL: https://codereview.chromium.org/54363009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@232538 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 232517 "Component updater on-demand logic with Resource T..."scherkus@chromium.org2013-11-024-176/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | It's causing tests to die with the following: [4915:73475:1101/175609:1317657134071:FATAL:browser_process_impl.cc(432)] Check failed: CalledOnValidThread(). > Component updater on-demand logic with Resource Throttle > > This CL introduces the new way to ask for an on demand install when you have a network request that needs the component to be present: > > ComponentUpdaterService::GetOnDemandResourceThrottle() > > Returns a resource throttle and initiates a update check + install immediately. The network request associated with the request is unblocked once the component is installed. > > The unittests are in progress here > https://codereview.chromium.org/55303002/ > > BUG=307193 > TEST=none > R=darin@chromium.org, sorin@chromium.org, waffles@chromium.org > > Review URL: https://codereview.chromium.org/25713007 TBR=cpu@chromium.org Review URL: https://codereview.chromium.org/47303007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@232537 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 232469 "Reland 232439: Add a way for notifications to be ..."scherkus@chromium.org2013-11-0227-1149/+291
| | | | | | | | | | | | | | | | | | | | It doesn't compile on Mac 64-bit ASAN. > Reland 232439: Add a way for notifications to be linked from settings dialog. > > Adds an event, onShowSettings, that is fired when the link is clicked. > The link is only shown when the event is subscribed to. > > TBR=miket@chromium.org,oshima@chromium.org,rsesek@chromium.org,mukai@chromium.org > BUG=304208, 286608 > > Review URL: https://codereview.chromium.org/54673015 TBR=dewittj@chromium.org Review URL: https://codereview.chromium.org/49443005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@232536 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 232510 "Fix Mac ASAN compile error by including appropria..."scherkus@chromium.org2013-11-021-2/+0
| | | | | | | | | | | | | | | | | | | The fix wasn't good. > Fix Mac ASAN compile error by including appropriate header. > > std::max was used but <algorithm> was not included. > > TBR=dewittj@chromium.org > BUG=NONE > > Review URL: https://codereview.chromium.org/55913005 TBR=dewittj@chromium.org Review URL: https://codereview.chromium.org/56733002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@232535 0039d316-1c4b-4281-b951-d872f2087c98
* rAc: fix verify cvv codepath so that the card generation overlay isestade@chromium.org2013-11-028-46/+52
| | | | | | | | | | | | shown properly after verifying a CVV. Also fix a bug in the layout of |message_stack_| which was for some reason only apparent in the CVV codepath. Remove vestigial ability to display multiple messages. BUG=306304 Review URL: https://codereview.chromium.org/55593002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@232534 0039d316-1c4b-4281-b951-d872f2087c98
* Update .DEPS.gitchrome-admin@google.com2013-11-021-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@232533 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 232493 "Update libvpx"scherkus@chromium.org2013-11-023-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | It introduced a new textrel: vp9_loop_filter_horizontal_edge_mmx > Update libvpx > > Pull latest version from upstream. This had to be broken up across several > changes. The first has the commit message: > https://codereview.chromium.org/55493002/ > > Remove AVX code until we update the gyp files: > https://codereview.chromium.org/48903015/ > > libmkv has moved to third_party/libmkv: > https://codereview.chromium.org/54373014/ > media/webm/chromeos/webm_encoder.cc and > media/webm/chromeon/ebml_writer.cc pull from this location > as well and needs to be updated. > > R=fischman@chromium.org, tomfinegan@chromium.org > > Review URL: https://codereview.chromium.org/54333009 TBR=johannkoenig@chromium.org git-svn-id: svn://svn.chromium.org/chrome/trunk/src@232532 0039d316-1c4b-4281-b951-d872f2087c98
* Port AudioPlaybackBenchmark to media_perftests.rileya@chromium.org2013-11-023-25/+49
| | | | | | | | BUG=310837 Review URL: https://codereview.chromium.org/53593002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@232531 0039d316-1c4b-4281-b951-d872f2087c98
* We want to see how many people open the final confirmation prompt to ↵felt@chromium.org2013-11-024-1/+23
| | | | | | | | | | | 'restore'/'keep' a dangerous download file. BUG=305387 NOTRY=true Review URL: https://codereview.chromium.org/53443003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@232529 0039d316-1c4b-4281-b951-d872f2087c98
* Simple Cache: Zero sparse range header on constructionttuttle@chromium.org2013-11-023-10/+7
| | | | | | | | | | | | | Make sure we don't write uninitialized padding bytes to the Sparse File. (We probably want to make these structs, and perhaps other Simple Cache ones, packed in a future change, but that might require bumping the cache version.) BUG=314091 Review URL: https://codereview.chromium.org/49443003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@232528 0039d316-1c4b-4281-b951-d872f2087c98
* Integrate module import verification with module loading verification.erikwright@chromium.org2013-11-0232-436/+1065
| | | | | | | | BUG= Review URL: https://codereview.chromium.org/27507010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@232525 0039d316-1c4b-4281-b951-d872f2087c98
* Enable Google Now on trybots (and all users on Trunk).vadimt@chromium.org2013-11-021-1/+8
| | | | | | | | | BUG=164227 R=asvitkine@chromium.org, kalman@chromium.org, robliao@chromium.org, skare@chromium.org Review URL: https://codereview.chromium.org/48103003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@232524 0039d316-1c4b-4281-b951-d872f2087c98
* [NaCl Docs] Cleanup dynamic loading docs.sbc@chromium.org2013-11-023-289/+103
| | | | | | | | | | | Removed a lot of (IMHO redundant) detail and updated to match current state of the demo. R=binji@chromium.org Review URL: https://codereview.chromium.org/56463002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@232523 0039d316-1c4b-4281-b951-d872f2087c98
* [android_webview] Fix findbugs warnings.mkosiba@chromium.org2013-11-022-15/+11
| | | | | | | | | | | Refactor the code a bit and don't ignore return value of delete(). BUG=230209 TEST=AndroidWebViewTest Review URL: https://codereview.chromium.org/52723009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@232522 0039d316-1c4b-4281-b951-d872f2087c98
* Check for WRITE_DAC in the Access Mask as this can be used to change the ↵wfh@chromium.org2013-11-022-2/+5
| | | | | | | | | | | | DACL which is something we don't want to allow. Fix corresponding issue found with this additional check where the permissions on the shared memory object used in the GPU host were too broad. BUG=307301 Review URL: https://codereview.chromium.org/51053003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@232521 0039d316-1c4b-4281-b951-d872f2087c98
* Disable SyntheticGestureControllerNewTest.TwoGesturesInFlight due to flakiness.scherkus@chromium.org2013-11-021-1/+2
| | | | | | | | | BUG=314272 TBR=dominikg Review URL: https://codereview.chromium.org/50553006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@232520 0039d316-1c4b-4281-b951-d872f2087c98
* Make TapCancel ignore ack dispositionjdduke@chromium.org2013-11-022-63/+123
| | | | | | | | | | | | | There is no reason to block on ack receipt for a TapCancel, particularly as this event will always reach the main thread and will often precede gestures that can be handled on the impl thread. Add TapCancel to the event types for which event acks will be ignored. BUG=302852, 313353 Review URL: https://codereview.chromium.org/50433003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@232519 0039d316-1c4b-4281-b951-d872f2087c98
* Undo priority mapping in preparation for the sync code change.petewil@chromium.org2013-11-022-4/+4
| | | | | | | | | | | | | | | | | | Feedback from our dogfood indicates that GUNS notifications should normally go straight to the message center. So, we will change the priority mapping of GUNS notifications so that GUNS urgent messages map to chrome medium priority. This mapping will occur at the sync server. So that the sync server can do the mapping, I am undoing the special priority override mapping that we had been doing on the client with this changelist. This change must e checked in timed to go live shortly after the sync server change goes live, I will work with the sync server dev to do that. BUG=297255 Review URL: https://codereview.chromium.org/32593009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@232518 0039d316-1c4b-4281-b951-d872f2087c98
* Component updater on-demand logic with Resource Throttlecpu@chromium.org2013-11-024-3/+176
| | | | | | | | | | | | | | | | | | | This CL introduces the new way to ask for an on demand install when you have a network request that needs the component to be present: ComponentUpdaterService::GetOnDemandResourceThrottle() Returns a resource throttle and initiates a update check + install immediately. The network request associated with the request is unblocked once the component is installed. The unittests are in progress here https://codereview.chromium.org/55303002/ BUG=307193 TEST=none R=darin@chromium.org, sorin@chromium.org, waffles@chromium.org Review URL: https://codereview.chromium.org/25713007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@232517 0039d316-1c4b-4281-b951-d872f2087c98
* Some more info for OpenGL extensionsnfullagar@chromium.org2013-11-021-2/+23
| | | | | | | | | | BUG=https://code.google.com/p/nativeclient/issues/detail?id=3634 TEST=none R=binji@chromium.org Review URL: https://codereview.chromium.org/47073008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@232516 0039d316-1c4b-4281-b951-d872f2087c98
* This is mostly the same M31 tree (a few unavoidable updates, sorry)merlin@google.com2013-11-011-8547/+11400
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | but run with the new licensing code. This intermediate commit will allow for a more true M31->M32 diff. Package removed: less-441 Package added: patch-2.6.1 Package updated: openvpn from 2.1.12 to 2.3.2 Package updated: portage from 2.1.10.11 to 2.1.11.50 License removed: Source License xz/COPYING License removed: Stock License Atheros License removed: Stock License BSD-Google License removed: Stock License BSD-bsdiff License removed: Stock License BSD-dhcpcd License removed: Stock License BSD-iputils License removed: Stock License BSD-libevent License removed: Stock License MIT-MIT License removed: Stock License MIT-Mesa License removed: Stock License Marvell License removed: Stock License X License removed: Stock License fontconfig License removed: Stock License ncurses License removed: Stock License ppp-2.4.4 License added: Copyright Attribution License chromiumos-overlay/licenses/copyright-attribution/dev-libs/libevent License added: Copyright Attribution License chromiumos-overlay/licenses/copyright-attribution/dev-util/bsdiff License added: Copyright Attribution License chromiumos-overlay/licenses/copyright-attribution/net-dns/c-ares License added: Copyright Attribution License chromiumos-overlay/licenses/copyright-attribution/net-misc/dhcpcd License added: Copyright Attribution License chromiumos-overlay/licenses/copyright-attribution/net-misc/iputils License added: Copyright Attribution License chromiumos-overlay/licenses/copyright-attribution/sys-libs/timezone-data License added: Custom License Atheros License added: Custom License BSD-Google License added: Custom License Marvell-sd8787 License added: Custom License X License added: Custom License fontconfig License added: Source License Mesa/docs/COPYING License added: Source License ncurses/Ada95/package/debian/copyright License added: Source License ncurses/test/package/debian/copyright License added: Source License o3d-203170/o3d/samples/box2d/demos/LICENSE.txt License added: Source License o3d-203170/o3d/samples/box2d/third_party/box2d/LICENSE.txt License added: Source License o3d-203170/o3d/samples/o3d-webgl-samples/box2d/demos/LICENSE.txt License added: Source License o3d-203170/o3d/samples/o3d-webgl-samples/box2d/third_party/box2d/LICENSE.txt License added: Source License o3d/base/third_party/dmg_fp/LICENSE License added: Source License o3d/base/third_party/dynamic_annotations/LICENSE License added: Source License o3d/base/third_party/icu/LICENSE License added: Source License o3d/base/third_party/nspr/LICENSE License added: Source License o3d/base/third_party/symbolize/LICENSE License added: Source License o3d/base/third_party/valgrind/LICENSE License added: Source License o3d/base/third_party/xdg_mime/LICENSE License added: Source License o3d/base/third_party/xdg_user_dirs/LICENSE License added: Source License o3d/native_client/LICENSE License added: Source License o3d/net/third_party/gssapi/LICENSE License added: Source License o3d/net/third_party/mozilla_security_manager/LICENSE License added: Source License o3d/net/third_party/nss/LICENSE License added: Source License o3d/net/tools/spdyshark/COPYING License added: Source License o3d/o3d/installer/linux/debian.in/copyright License added: Source License o3d/o3d/samples/third_party/codemirror/LICENSE License added: Source License o3d/o3d/samples/third_party/xmljs/COPYING License added: Source License o3d/o3d/third_party/gflags/COPYING License added: Source License o3d/o3d/third_party/gflags/packages/deb/copyright License added: Source License o3d/o3d/third_party/glu/LICENSE.txt License added: Source License o3d/o3d/third_party/libtxc_dxtn/LICENSE License added: Source License o3d/o3d/third_party/npapi/COPYING License added: Source License o3d/o3d/third_party/ply/COPYING License added: Source License o3d/o3d/third_party/vectormath/LICENSE License added: Source License o3d/o3d/third_party/vectormath/files/vectormathlibrary/LICENSE License added: Source License o3d/ppapi/LICENSE License added: Source License o3d/testing/gmock/COPYING License added: Source License o3d/testing/gmock/scripts/generator/COPYING License added: Source License o3d/testing/gtest/COPYING License added: Source License o3d/third_party/antlr3/LICENSE.txt License added: Source License o3d/third_party/antlr3/runtime/ActionScript/LICENSE License added: Source License o3d/third_party/antlr3/runtime/C/COPYING License added: Source License o3d/third_party/antlr3/runtime/CSharp/LICENSE.TXT License added: Source License o3d/third_party/antlr3/runtime/JavaScript/build/license.txt License added: Source License o3d/third_party/antlr3/runtime/Python/LICENSE License added: Source License o3d/third_party/cg/LICENSE License added: Source License o3d/third_party/fcollada/LICENSE License added: Source License o3d/third_party/fcollada/files/LibXML/COPYING License added: Source License o3d/third_party/fcollada/files/LibXML/Copyright License added: Source License o3d/third_party/glew/LICENSE License added: Source License o3d/third_party/harfbuzz/COPYING License added: Source License o3d/third_party/icu/source/data/brkitr/LICENSE License added: Source License o3d/third_party/libevent/LICENSE License added: Source License o3d/third_party/libjpeg/LICENSE License added: Source License o3d/third_party/libpng/LICENSE License added: Source License o3d/third_party/makeself/COPYING License added: Source License o3d/third_party/makeself/LICENSE License added: Source License o3d/third_party/mesa/MesaLib/docs/COPYING License added: Source License o3d/third_party/modp_b64/LICENSE License added: Source License o3d/third_party/skia/LICENSE License added: Source License o3d/third_party/skia/third_party/glu/LICENSE.txt License added: Source License o3d/third_party/skia/third_party/harfbuzz/COPYING License added: Source License o3d/third_party/zip_utils/LICENSE License added: Source License o3d/third_party/zlib/LICENSE License added: Source License o3d/tools/gyp/LICENSE License added: Source License o3d/v8/LICENSE License added: Source License ppp/pppd/plugins/pppoatm/COPYING License added: Source License ppp/pppd/plugins/radius/COPYRIGHT git-svn-id: svn://svn.chromium.org/chrome/trunk/src@232514 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 232456 "Convert ExtensionProcessManager to BrowserContext..."jamescook@chromium.org2013-11-0120-379/+127
| | | | | | | | | | | | | | | | | | | | | | > Convert ExtensionProcessManager to BrowserContext, part 1 > > Part of moving ExtensionProcessManager to src/extensions. > * Introduce more test coverage > * Convert most usage of Profile to BrowserContext > * Separate out "master" vs. incognito profiles/contexts > * Move switches into extensions/common/switches.h > > BUG=313481 > TEST=unit_tests ExtensionProcessManager* and browser_tests ExtensionProcessManager* > R=miket@chromium.org > > Review URL: https://codereview.chromium.org/52983004 TBR=jamescook@chromium.org Review URL: https://codereview.chromium.org/47653004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@232513 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 230981 "Make TRANSPARENT windows be layered windows on wi..."scottmg@chromium.org2013-11-0117-76/+54
| | | | | | | | | | | | | | | | | | | | | | | | | | > Make TRANSPARENT windows be layered windows on win aura > > This builds on jbauman's patch to plumb use_software_compositor > from here: https://codereview.chromium.org/23621054/ > > The motivation here is that we currently have very different > event, focus, activation paths on DWM vs. classic because of the > differences between when we use top-level windows and when we > don't. With this change, all translucent (i.e. shaped) windows > are converted to being top level (always), and are rendered by > the software compositor and are converted to layered windows for > rendering. > > BUG=293218 and many other focus/activation bugs > > Review URL: https://codereview.chromium.org/26888006 BUG=312277,313349,313462 TBR=scottmg@chromium.org,cpu@chromium.org,ananta@chromium.org Review URL: https://codereview.chromium.org/56623002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@232511 0039d316-1c4b-4281-b951-d872f2087c98
* Fix Mac ASAN compile error by including appropriate header.dewittj@chromium.org2013-11-011-0/+2
| | | | | | | | | | | std::max was used but <algorithm> was not included. TBR=dewittj@chromium.org BUG=NONE Review URL: https://codereview.chromium.org/55913005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@232510 0039d316-1c4b-4281-b951-d872f2087c98
* Only add alias URLs to a prerender on navigation commit.davidben@chromium.org2013-11-013-10/+58
| | | | | | | | | | | | Delay adding alias URLs from both provisional loads and redirects until that point. BUG=313435 TEST=PrerenderBrowserTest.PrerenderNoCommitNoSwap2 Review URL: https://codereview.chromium.org/54843003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@232509 0039d316-1c4b-4281-b951-d872f2087c98
* Strings for the upcoming Open In Chrome behavior.palmer@chromium.org2013-11-011-20/+28
| | | | | | | | | BUG=148492 TEST=none Review URL: https://codereview.chromium.org/50433004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@232508 0039d316-1c4b-4281-b951-d872f2087c98
* cc: Allow PicturePile tests to unset debug canvas clearingenne@chromium.org2013-11-015-11/+24
| | | | | | | | | | | | | | This is a followup to https://codereview.chromium.org/51433003/. Without this, it's hard to write tests that verify raster behavior because the debug canvas clearing sets all the bitmap pixels to some arbitrary debug color before doing any rastering. R=brianderson@chromium.org BUG=none Review URL: https://codereview.chromium.org/47603018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@232507 0039d316-1c4b-4281-b951-d872f2087c98
* Make the experimental AGC work on Chrome by default.xians@chromium.org2013-11-017-67/+16
| | | | | | | | | | | | | The experimental AGC will use Get/SetMicrophoneVolume() instead of getting/setting volume via callback. Also, SetAgc() does not work when the experimental AGC is enabled by default in libjingle due to some racing problem between enabling the new AGC and disabling the old AGC. This CL fix the problem by making sure the capture enable AGC by default and let the track to decide if it should use the volume information. BUG=297985 TEST=? Review URL: https://codereview.chromium.org/25515003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@232506 0039d316-1c4b-4281-b951-d872f2087c98
* Add const where possible to AudioSyncReader member variables.dalecurtis@google.com2013-11-011-4/+4
| | | | | | | | | | BUG=none TEST=none R=scherkus@chromium.org Review URL: https://codereview.chromium.org/56293002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@232503 0039d316-1c4b-4281-b951-d872f2087c98
* [NaCl SDK] Cleanup dlopen tutorial.sbc@chromium.org2013-11-012-33/+18
| | | | | | | | | | | Remove uneeded callback function from the worker thread. Remove extra newlines between log message. R=binji@chromium.org Review URL: https://codereview.chromium.org/54543009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@232502 0039d316-1c4b-4281-b951-d872f2087c98
* [NaCl Docs] Remove use of hyperlink references in target URIs.sbc@chromium.org2013-11-014-23/+21
| | | | | | | | | | | This feature requires docutils 0.11 and precise is still on 0.8: http://docutils.sourceforge.net/docs/ref/rst/restructuredtext.html#embedded-uris-and-aliases R=binji@chromium.org Review URL: https://codereview.chromium.org/50433009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@232500 0039d316-1c4b-4281-b951-d872f2087c98
* Move ManifestHandler to top-level extensions.yoz@chromium.org2013-11-0150-54/+58
| | | | | | | | | BUG=298586 R=benwells@chromium.org Review URL: https://codereview.chromium.org/52593012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@232499 0039d316-1c4b-4281-b951-d872f2087c98
* Enable some accessibility tests on Win auradmazzoni@chromium.org2013-11-011-1/+0
| | | | | | | | BUG=none Review URL: https://codereview.chromium.org/56073002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@232498 0039d316-1c4b-4281-b951-d872f2087c98