summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [NaCl SDK] Add pepper_32, remove pepper_26 from manifest template.binji@chromium.org2013-11-081-14/+14
| | | | | | | | | | | | Also -- just use dummy values for the template file, these will all be set to the correct values by update_nacl_manifest.py BUG=none R=sbc@chromium.org Review URL: https://codereview.chromium.org/61903003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@234012 0039d316-1c4b-4281-b951-d872f2087c98
* Bring back plugin_browsertest.cc on Win Aura. Looks like this was removed in ↵jam@chromium.org2013-11-082-2/+0
| | | | | | | | | | | r231016 as part of a bad rebase. R=ananta@chromium.org, nona@chromium.org TBR=nona Review URL: https://codereview.chromium.org/67043002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@234011 0039d316-1c4b-4281-b951-d872f2087c98
* [NaCl SDK] AppEngine: fix smoothlife build.binji@chromium.org2013-11-082-1/+2
| | | | | | | | | | | Also turn off naclports annotation when building AppEngine examples. BUG=none TBR=sbc@chromium.org Review URL: https://codereview.chromium.org/66823003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@234010 0039d316-1c4b-4281-b951-d872f2087c98
* Fix win64 compilation errorjschuh@chromium.org2013-11-081-1/+1
| | | | | | | | | R=dalecurtis@chromium.org TBR=dalecurtis@chromium.org Review URL: https://codereview.chromium.org/67213002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@234009 0039d316-1c4b-4281-b951-d872f2087c98
* This CL fixes the computation for HeaderPainter::set_header_height() for ↵pkotwicz@chromium.org2013-11-081-0/+8
| | | | | | | | | | | browser popup windows. In particular, the top few pixels of the toolbar are semitransparent so the header must be painted underneath part of the toolbar. BUG=316461 TEST=Manual, see bug Review URL: https://codereview.chromium.org/66003002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@234008 0039d316-1c4b-4281-b951-d872f2087c98
* Get rid of user-level styles.ojan@chromium.org2013-11-0817-488/+1
| | | | | | | | | | | | | | | -The Apps codepath for this is just using the wrong thing. It should be using author-level styles like extensions do. -The user-stylesheet feature requires the user to put a CSS stylesheet in the right location in their user-data-dir. Extensions are a much better way of doing this. This is in preparation for simplifying the Blink style resolution code by removing the concept of user styles. Review URL: https://codereview.chromium.org/64843004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@234007 0039d316-1c4b-4281-b951-d872f2087c98
* events: Add a new events_unittests target.sadrul@chromium.org2013-11-085-10/+81
| | | | | | | | | | | | The tests are still included in ui_unittests too, until the events_unittests target is built and run on buildbots/trybots. BUG=316677 R=ben@chromium.org Review URL: https://codereview.chromium.org/66663004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@234006 0039d316-1c4b-4281-b951-d872f2087c98
* DevTools: make appcache re-fetch devtools front-end.pfeldman@chromium.org2013-11-081-0/+1
| | | | | | | | BUG=315167 Review URL: https://codereview.chromium.org/66403007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@234005 0039d316-1c4b-4281-b951-d872f2087c98
* Update .DEPS.gitchrome-admin@google.com2013-11-081-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@234004 0039d316-1c4b-4281-b951-d872f2087c98
* PPAPI/NaCl: Make Graphics3D SendContextLost check for deleted instancedmichael@chromium.org2013-11-081-1/+5
| | | | | | | | | BUG=275926 R=teravest@chromium.org Review URL: https://codereview.chromium.org/66213004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@234003 0039d316-1c4b-4281-b951-d872f2087c98
* Roll WebRTC to r5104niklase@chromium.org2013-11-081-1/+1
| | | | | | Review URL: https://codereview.chromium.org/66163005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@234002 0039d316-1c4b-4281-b951-d872f2087c98
* Add more sticky key unit tests for modifying mouse events.tengs@chromium.org2013-11-083-18/+228
| | | | | | | | | BUG=308659 TEST=new tests Review URL: https://codereview.chromium.org/60823005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@234001 0039d316-1c4b-4281-b951-d872f2087c98
* [MemSheriff] More parseUA suppressionsgroby@chromium.org2013-11-082-0/+12
| | | | | | | | | | | | | | There are two variants of parseUA, disabling both. Also, disabling parseUA leaks found by heapcheck. NOTRY=true R=dglazkov@chromium.org TBR=dglazkov@chromium.org, thestig@chromium.org BUG=121729 Review URL: https://codereview.chromium.org/64623005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@234000 0039d316-1c4b-4281-b951-d872f2087c98
* [NaCl SDK] Remove redundant '_pnacl' suffix from PNaCl object files.sbc@chromium.org2013-11-081-8/+8
| | | | | | | | | | | | This suffix is needed for NaCl because we need to build the same object for each architecture. With PNaCl there is only only architecture. R=binji@chromium.org Review URL: https://codereview.chromium.org/67183002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@233998 0039d316-1c4b-4281-b951-d872f2087c98
* <webview>: Do not issue a resize on switching to SW from compositing if we ↵lazyboy@chromium.org2013-11-081-13/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | are waiting for an ack. Following case reproduces the issue: A. <webview>.terminate(); B. <webview>.addEventListener('exit', function(e) { <webview>.src = ...; // Navigate. }; A. causes BrowserPlugin::ShowSadGraphic, that schedules EnableCompositing(false), and B. navigates the webiew. NavigateGuest message (B.) appears before ResizeGuest message (A.) and we try to reset ResetSizeAndRepaintPendingFlags() later while the first navigate's ack might not still be received. This would trigger a DCHECK failure in render_widget.cc DCHECK(resize_ack != SEND_RESIZE_ACK || !next_paint_is_resize_ack()); This CL prevents sending ResizeGuest (A.) message when we didn't receive an ack (paint_ack_received_ = false). This also fixes the flakiness WebViewTest.Shim_TestAssignSrcAfterCrash BUG=315418 Test=With a webview in an app. Load a src and then call webview.terminate(). This would trigger 'exit' event on webview. Navigate the webview again right away in the 'exit' event handler. Review URL: https://codereview.chromium.org/64723007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@233997 0039d316-1c4b-4281-b951-d872f2087c98
* Move AppListModel::Users to AppListViewDelegatestevenjb@chromium.org2013-11-0822-118/+97
| | | | | | | | | | | | | | | | | | | | | | | This is some minor re-factoring to simplify AppListModel in preparation for making it associated with a Profile for syncing. While not strictly necessary, it is confusing to have a list of "Users" associated with a model that describes the list of apps for a specific user. Also, the list of Users is only used by AppListMenu and can be maintained by AppListViewDelegate. One side effect of this change is that views will not be notified if the user list changes and therefore can not invalidate the menu. While this could be addressed, it shoudln't generally be possible to add a user while the app list UI is visible, so the added complexity did not seem worth supporting a theoretical edge case. BUG=315887 For ash/shell/app_list.cc: TBR=jamescook@chromium.org Review URL: https://codereview.chromium.org/63283003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@233996 0039d316-1c4b-4281-b951-d872f2087c98
* Disable failing browser_tests on official continuous bots.bauerb@chromium.org2013-11-083-14/+52
| | | | | | | | | TBR=benwells@chromium.org,sky@chromium.org BUG=313868, 312916, 313856 Review URL: https://codereview.chromium.org/56213002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@233995 0039d316-1c4b-4281-b951-d872f2087c98
* TabBox event handler shouldn't capture non-tab related eventszea@chromium.org2013-11-085-11/+104
| | | | | | | | | | | | | | If a list, or other selectable object, was embedded within a tab, the containing tab box will capture any selectedChange events. This makes it so it only attempts to capture those events originating from a tab/tabpanel. TEST=Search for an item in about:sync's search tab, and attempt to click a result in the result list. Should not change selected tab. BUG=255697, 315796 Review URL: https://codereview.chromium.org/54063003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@233994 0039d316-1c4b-4281-b951-d872f2087c98
* Update RootWindow's properties when the root window is assigned to different ↵oshima@chromium.org2013-11-083-4/+68
| | | | | | | | | | | display. BUG=309085 TEST=covered by unittests Review URL: https://codereview.chromium.org/66023002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@233990 0039d316-1c4b-4281-b951-d872f2087c98
* Shorten INSTANT_NEW_TAB_PAGE_WITH_FAKEBOX_AS_STARTING_FOCUS, ↵hfung@chromium.org2013-11-0811-51/+45
| | | | | | | | | | | | INSTANT_NEW_TAB_PAGE_WITH_OMNIBOX_AS_STARTING_FOCUS, NEW_TAB_PAGE, and OBSOLETE_INSTANT_NEW_TAB_PAGE enums. This is based the suggestion at https://codereview.chromium.org/23621037/diff/972001/chrome/browser/autocomplete/search_provider.cc#newcode941 BUG= Review URL: https://codereview.chromium.org/65373002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@233988 0039d316-1c4b-4281-b951-d872f2087c98
* Prevent "Adobe flash player storage settings..." link from showing prematurely.dbeam@chromium.org2013-11-082-3/+2
| | | | | | | | | R=estade@chromium.org BUG=311049 Review URL: https://codereview.chromium.org/63823002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@233987 0039d316-1c4b-4281-b951-d872f2087c98
* Adding support for VSyncProvider to the software drawing pathdnicoara@chromium.org2013-11-0813-68/+379
| | | | | | | | BUG= Review URL: https://codereview.chromium.org/57883007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@233985 0039d316-1c4b-4281-b951-d872f2087c98
* Increases tolerance for touch-snapping near the screen edgesvarkha@chromium.org2013-11-082-3/+71
| | | | | | | | | BUG=316645 TEST=ash_unittests --gtest_filter=*SystemGestureEventFilterTest.Drag*NearEdgeSnaps* Review URL: https://codereview.chromium.org/58973004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@233978 0039d316-1c4b-4281-b951-d872f2087c98
* Move FeatureSwitch to top-level extensions/rdevlin.cronin@chromium.org2013-11-0848-91/+93
| | | | | | | | | | | | | | Move FeatureSwitch to extensions/common/ Move the switches used in FeatureSwitch to extensions/common/switches.h (when necessary). Update some uses of the switches to use feature switch instead of the commandline BUG=159265 TBR=rdsmith@chromium.org (c/b/download) TBR=sky@chromium.org (c/b/ui/, c/test/ui/) Review URL: https://codereview.chromium.org/47923018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@233977 0039d316-1c4b-4281-b951-d872f2087c98
* Search providers extension API settings UI.mad@chromium.org2013-11-0818-130/+363
| | | | | | | | | | Add more info to the bubble shown on the settings page when extension take over a preference. BUG=306128 Review URL: https://codereview.chromium.org/43013002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@233976 0039d316-1c4b-4281-b951-d872f2087c98
* Remove content dependency from TransportSecurityPersister.aa@chromium.org2013-11-084-75/+49
| | | | | | | | | | | | This is in preparation to move the file to net/ssl so that it can be used by mojo. BUG=310293 R=ajwong@chromium.org, battre@chromium.org Review URL: https://codereview.chromium.org/57993004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@233975 0039d316-1c4b-4281-b951-d872f2087c98
* Update .DEPS.gitchrome-admin@google.com2013-11-081-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@233974 0039d316-1c4b-4281-b951-d872f2087c98
* Disabled flaky PhishingClassifierTest.DisableDetection on Mac OS.kbr@chromium.org2013-11-081-1/+8
| | | | | | | | | | | Timing out on Mac Blink bots. BUG=316709 TBR=jam@chromium.org,ajwong@chromium.org Review URL: https://codereview.chromium.org/67283003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@233973 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 233940 "Revert 233920 "Update V8 to version 3.23.1.""scheib@chromium.org2013-11-081-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bot ran green before the revert was processed. > Revert 233920 "Update V8 to version 3.23.1." > > Speculative revert of v8 due to: > > browser_tests > netInternalsEventsViewFilter > > > # > # Fatal error in ../../v8/src/objects-inl.h, line 343 > # CHECK(IsFlat()) failed > # > > ==== C stack trace =============================== > > 1: ?? > 2: ?? > 3: ?? > 4: ?? > Xlib: extension "RANDR" missing on display ":9". > BrowserTestBase signal handler received SIGTERM. Backtrace: > [0x7fe63ffcbb74] base::debug::StackTrace::StackTrace() > [0x000002eb6919] content::(anonymous namespace)::DumpStackTraceSignalHandler() > [0x7fe6304f74a0] <unknown> > [0x7fe6305a9a43] __poll > [0x7fe631d4eff6] <unknown> > [0x7fe631d4f124] g_main_context_iteration > [0x7fe63ff9e346] base::MessagePumpGlib::RunWithDispatcher() > [0x7fe63ff9e7c2] base::MessagePumpGlib::Run() > [0x7fe640029ba7] base::MessageLoop::RunInternal() > [0x7fe640029ada] base::MessageLoop::RunHandler() > [0x7fe6400697a8] base::RunLoop::Run() > [0x000002f022eb] content::RunThisRunLoop() > [0x000002f02278] content::RunMessageLoop() > [0x000000f68056] WebUITestHandler::WaitForResult() > [0x000000f677cf] WebUITestHandler::RunJavaScriptTestWithResult() > [0x00000102a920] WebUIBrowserTest::RunJavascriptUsingHandler() > [0x000001028bf5] WebUIBrowserTest::RunJavascriptAsyncTest() > [0x00000102881a] WebUIBrowserTest::RunJavascriptTestF() > [0x000000838817] NetInternalsTest_netInternalsEventsViewFilter_Test::RunTestOnMainThread() > > > > Update V8 to version 3.23.1. > > > > TBR=jkummerow@chromium.org > > BUG= > > > > Review URL: https://codereview.chromium.org/66283003 > > TBR=machenbach@chromium.org > > Review URL: https://codereview.chromium.org/66923003 TBR=scheib@chromium.org Review URL: https://codereview.chromium.org/67303002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@233972 0039d316-1c4b-4281-b951-d872f2087c98
* Added VideoCaptureDeviceAvFoundation class, implementing the mcasas@chromium.org2013-11-088-31/+148
| | | | | | | | | | | | | | | | | | | PlatformVideoCapturingMac protocol. All the protocol methods are NOTIMPLEMENTED(), the static +getDeviceNames() is implemented though and used to enumerate the devices in the system in VideoCaptureDeviceMac if IsAVFoundationSupported()==YES. The rest of the VideoCaptureDeviceMac operations use QTKit still. This CL is part of a larger exercise to add support for Video Capture in Mac > 10.6 using AVFoundation. BUG=288562 Review URL: https://codereview.chromium.org/48983002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@233971 0039d316-1c4b-4281-b951-d872f2087c98
* Eliminate Shell::RootWindowList in favor of aura::Window::Windows.ben@chromium.org2013-11-0861-260/+272
| | | | | | | | | | | | | This is necessary as part of my plan to rework RootWindow, specifically making it not be a subclass of Window. (It will eventually be renamed WindowEventDispatcher). Code that expected to get the RootWindow interface from this type can still call GetDispatcher() on members of the returned vector of Windows. R=oshima@chromium.org http://crbug.com/308843 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=233787 Review URL: https://codereview.chromium.org/64933002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@233970 0039d316-1c4b-4281-b951-d872f2087c98
* Add a target in GN that generates a last_change.h file for the SVN revision.brettw@chromium.org2013-11-086-8/+116
| | | | | | | | | | | | | This is GN-only so the GYP build currently sets this to 0. This adds the root generated file directory to all targets, so you can do #include "foo/bar.h" and get a generated file "bar.h" generated in directory "foo". This basically matches the internal Google build, and I use it here. BUG= R=viettrungluu@chromium.org Review URL: https://codereview.chromium.org/46003002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@233969 0039d316-1c4b-4281-b951-d872f2087c98
* Fix feedback window sizing.rkc@chromium.org2013-11-083-11/+23
| | | | | | | | | R=xiyuan@chromium.org BUG=315898,305503 Review URL: https://codereview.chromium.org/58863003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@233968 0039d316-1c4b-4281-b951-d872f2087c98
* Linux sandbox: make BPF policies an implementation of an interface.jln@chromium.org2013-11-089-95/+152
| | | | | | | | | | | | | | | | | | | | This is the first pass. We renamed SetSandboxPolicy() to SetSandboxPolicyDeprecated(). The new SetSandboxPolicy() takes a pointer to an instance of a class that implements a simple interface. This will improve flexibility by removing the need to pass static pointers for policies. In particular, this will allow us to greatly improve readability of the content/ policies and to use C++ inheritance to implement our policy hierarchy. BUG=316486 R=rsesek@chromium.org Review URL: https://codereview.chromium.org/62953011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@233967 0039d316-1c4b-4281-b951-d872f2087c98
* Remove suppression for MessageChannel.create()adamk@chromium.org2013-11-081-17/+0
| | | | | | | | | | | | | There are still some stale-looking, very old MessagePortChannel leaks still in suppressions, but I'll leave those to the memory sheriffs to further triage. TBR=timurrrr@chromium.org NOTRY=true BUG=311229 Review URL: https://codereview.chromium.org/67243002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@233966 0039d316-1c4b-4281-b951-d872f2087c98
* Allow file: uris for <file> input typesmiguelg@chromium.org2013-11-081-15/+22
| | | | | | | | | | | | | | | Also changed all the if/else to early returns BUG=176703 Test: Installed File Manager from play Loaded GMail in html mode (mail.google.com/?ui=html) verified that the Attach file is in fact a <file> tag. Sent myself a mail with an attachment. Verifed that the file was properly sent Review URL: https://codereview.chromium.org/60673003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@233965 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 233963 "Revert 233960 "GTTF: Make test launcher unset GTE..."jam@chromium.org2013-11-081-0/+17
| | | | | | | | | | | | | | | | | | | | | | | | > Revert 233960 "GTTF: Make test launcher unset GTEST_ env variabl..." > > > GTTF: Make test launcher unset GTEST_ env variables since it handles all of sharding. > > > > This is a relanding of https://codereview.chromium.org/60983004/ which checks > > for variable existence before unsetting to avoid failing on Windows XP. > > > > BUG=236893 > > R=kbr@chromium.org > > > > Review URL: https://codereview.chromium.org/67183003 > > TBR=phajdan.jr@chromium.org > > Review URL: https://codereview.chromium.org/66603005 TBR=jam@chromium.org Review URL: https://codereview.chromium.org/64623004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@233964 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 233960 "GTTF: Make test launcher unset GTEST_ env variabl..."jam@chromium.org2013-11-081-17/+0
| | | | | | | | | | | | | | | | | | > GTTF: Make test launcher unset GTEST_ env variables since it handles all of sharding. > > This is a relanding of https://codereview.chromium.org/60983004/ which checks > for variable existence before unsetting to avoid failing on Windows XP. > > BUG=236893 > R=kbr@chromium.org > > Review URL: https://codereview.chromium.org/67183003 TBR=phajdan.jr@chromium.org Review URL: https://codereview.chromium.org/66603005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@233963 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 233946 "Events ignoring ack disposition receive synthetic..."rockot@google.com2013-11-0810-214/+162
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | android test failures http://build.chromium.org/p/chromium.linux/builders/Android%20Tests%20%28dbg%29/builds/16097 > Events ignoring ack disposition receive synthetic acks. > > Logic to handle events which ignore ack disposition has moved from the > |GestureEventFilter| to the |ImmediateInputRouter|, and |WebInputEventTraits|. > > This will allow us to make more events ignore their ack disposition, including > touch events. > > Gesture event types which will eventually ignore their ack disposition include > Tap, ScrollBegin, PinchBegin, PinchEnd, etc. > > BUG=302852,275611 > TEST=ImmediateInputRouterTest.EventsIgnoringAckDispositionDontWaitForAcks, > ImmediateInputRouterTest.EventsIgnoringAckDispositionStayInOrder > > Review URL: https://codereview.chromium.org/44983003 TBR=tdresser@chromium.org Review URL: https://codereview.chromium.org/66283005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@233962 0039d316-1c4b-4281-b951-d872f2087c98
* Fix cookies not being set with NPAPI plugin request.jam@chromium.org2013-11-086-7/+138
| | | | | | | | | BUG=316511 R=ananta@chromium.org Review URL: https://codereview.chromium.org/66663003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@233961 0039d316-1c4b-4281-b951-d872f2087c98
* GTTF: Make test launcher unset GTEST_ env variables since it handles all of ↵phajdan.jr@chromium.org2013-11-081-0/+17
| | | | | | | | | | | | | | sharding. This is a relanding of https://codereview.chromium.org/60983004/ which checks for variable existence before unsetting to avoid failing on Windows XP. BUG=236893 R=kbr@chromium.org Review URL: https://codereview.chromium.org/67183003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@233960 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 233956 "Move ExtensionProcessManager to src/extensions, p..."rockot@google.com2013-11-0875-388/+395
| | | | | | | | | | | | | | | | | | | | | | | | Compile error, runtime.h has moved? > Move ExtensionProcessManager to src/extensions, part 4 > > * Move c/b/extensions/extension_process_manager.h to > extensions/browser/process_manager.h > * Rename ExtensionsProcessManager to ProcessManager > * Place it in the "extensions" namespace > > BUG=313481 > TEST=browser_tests, unit_tests > R=miket@chromium.org > TBR=sky@chromium.org for mechanical header file move affecting chrome/browser/ > > Review URL: https://codereview.chromium.org/62713003 TBR=jamescook@chromium.org Review URL: https://codereview.chromium.org/66213006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@233959 0039d316-1c4b-4281-b951-d872f2087c98
* Fix data races in QUIC end-to-end-tests.rch@chromium.org2013-11-085-159/+128
| | | | | | | | | | | | | | | | | | Provide notifications for pausing/resuming the QuicServer, as well as handshake confirmation in ServerThread to avoid data races. Merge internal change: 56303744 Change end-to-end tests from using racy/too small packet size to instead use large requests. Merge internal change: 56174630 BUG=313733 Review URL: https://codereview.chromium.org/62203006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@233958 0039d316-1c4b-4281-b951-d872f2087c98
* Add missing opus dependency to media/cast/audio_sender/audio_sender.gypi.miu@chromium.org2013-11-081-0/+1
| | | | | | | | | | | Confirmed this fixed the link of the 'chrome' target when uisng the 'remoting=0' flag. BUG=316483 R=hubbe@chromium.org Review URL: https://codereview.chromium.org/66913003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@233957 0039d316-1c4b-4281-b951-d872f2087c98
* Move ExtensionProcessManager to src/extensions, part 4jamescook@chromium.org2013-11-0875-395/+388
| | | | | | | | | | | | | | | | * Move c/b/extensions/extension_process_manager.h to extensions/browser/process_manager.h * Rename ExtensionsProcessManager to ProcessManager * Place it in the "extensions" namespace BUG=313481 TEST=browser_tests, unit_tests R=miket@chromium.org TBR=sky@chromium.org for mechanical header file move affecting chrome/browser/ Review URL: https://codereview.chromium.org/62713003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@233956 0039d316-1c4b-4281-b951-d872f2087c98
* Update .DEPS.gitchrome-admin@google.com2013-11-081-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@233955 0039d316-1c4b-4281-b951-d872f2087c98
* Blink roll 161620:161630eseidel@chromium.org2013-11-081-1/+1
| | | | | | | | | | http://build.chromium.org/f/chromium/perf/dashboard/ui/changelog_blink.html?url=/trunk&range=161621:161630&mode=html TBR= BUG= Review URL: https://codereview.chromium.org/67003002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@233954 0039d316-1c4b-4281-b951-d872f2087c98
* Put each PeerConnection into a tab on webrtc-internalsjiayl@chromium.org2013-11-086-70/+172
| | | | | | | | | | | | | Also collapse the stats tables by default to avoid spamming page with uninteresting stats. A screenshot of the new layout: https://chromium.googlecode.com/issues/attachment?aid=2446480001000&name=Screenshot+from+2013-11-06+11%3A57%3A55.png&token=NZG93vkzJxi_nPIPcE5GAq9_hfI%3A1383768028226&inline=1 BUG=244648 Review URL: https://codereview.chromium.org/26852007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@233953 0039d316-1c4b-4281-b951-d872f2087c98
* [NaCl SDK] AppEngine: Some fixes to the new demo layoutbinji@chromium.org2013-11-0812-57/+167
| | | | | | | | | | | | | | | | | | | | * Use "name" instead of "id" to set iframe contents (fixes firefox) * Set "header" element flex so it doesn't overlap the explanatory text * Increased the max-width of the left panel; this prevents text wrapping on the bullet demo buttons * Use "position: fixed" on the loading cover (so you can't scroll it) * Change all <a> elements to use target="_blank" * Life: s/LIfe/Life/ * SmoothLife: Change control layout, add palette switcher, new presets * SmoothLife: Roll to 9984167 * Lua: Roll Lua to naclports rev 970 BUG=none R=sbc@chromium.org Review URL: https://codereview.chromium.org/67173002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@233949 0039d316-1c4b-4281-b951-d872f2087c98
* [NaCl SDK] add rename(2) support to nacl_io.sbc@chromium.org2013-11-0819-15/+240
| | | | | | | | | | Currently only supported by memfs. R=binji@chromium.org Review URL: https://codereview.chromium.org/64823004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@233947 0039d316-1c4b-4281-b951-d872f2087c98