0
Commit Graph

20 Commits

Author SHA1 Message Date
tfarina@chromium.org
d353541f29 ui: Move surface/ directory out of gfx/, up to ui/.
BUG=104040
R=ben@chromium.org
TBR=brettw@chromium.org

Review URL: https://chromiumcodereview.appspot.com/10351002

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@135232 0039d316-1c4b-4281-b951-d872f2087c98
2012-05-03 22:45:41 +00:00
creis@chromium.org
744c2a2d90 Allow browser to handle all WebUI navigations.
BUG=113496
TEST="Google Dashboard" link in Sync settings loads in new process.


Review URL: http://codereview.chromium.org/9663045

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126949 0039d316-1c4b-4281-b951-d872f2087c98
2012-03-15 18:42:04 +00:00
antonm@chromium.org
69bf9bce1e Do not use setDartFlags API as we're now passing flags by other means.
Review URL: http://codereview.chromium.org/9307062

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120323 0039d316-1c4b-4281-b951-d872f2087c98
2012-02-03 13:39:45 +00:00
jrg@chromium.org
fd911dd1ac android build: progress on content and libjingle.
BUG=None
TEST=


Review URL: http://codereview.chromium.org/9271028

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119334 0039d316-1c4b-4281-b951-d872f2087c98
2012-01-27 01:57:10 +00:00
podivilov@chromium.org
407dfa63ec Add --dart-flags and --disable-dart command line switches.
R=darin@chromium.org

Review URL: http://codereview.chromium.org/8905006

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@115707 0039d316-1c4b-4281-b951-d872f2087c98
2011-12-23 11:59:35 +00:00
robert.nagy@gmail.com
e60c023a07 share all the needed linux code with OpenBSD in chrome and content
disabled code for OpenBSD:
  - AdjustRendererOOMScore()
  - SECCOMP_SANDBOX

BUG=
TEST=compile


Review URL: http://codereview.chromium.org/8341052

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109679 0039d316-1c4b-4281-b951-d872f2087c98
2011-11-11 19:56:35 +00:00
jam@chromium.org
c08950d205 Move content_switches to content\public\common.
BUG=98716
Review URL: http://codereview.chromium.org/8277018

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@105389 0039d316-1c4b-4281-b951-d872f2087c98
2011-10-13 22:20:29 +00:00
jam@chromium.org
310ebd630b Rename RenderView to RenderViewImpl. Update Chrome's DEPS so that it can't include the RenderView implementation.
BUG=98716
Review URL: http://codereview.chromium.org/8220006

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@104754 0039d316-1c4b-4281-b951-d872f2087c98
2011-10-10 19:06:28 +00:00
jam@chromium.org
f1a29a0fc1 Rename RenderThread to RenderThreadImpl
BUG=98716
TBR=ananta
Review URL: http://codereview.chromium.org/8171015

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@104386 0039d316-1c4b-4281-b951-d872f2087c98
2011-10-06 23:08:44 +00:00
jam@chromium.org
d344114ca4 Start off the Content API by moving content::ContentRendererClient to content\public\renderer.
BUG=98716
Review URL: http://codereview.chromium.org/8100013

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@103609 0039d316-1c4b-4281-b951-d872f2087c98
2011-10-01 01:24:34 +00:00
jbates@chromium.org
d323a176fa Update base/timer.h code to pass through Location from call sites. (reland) original CL w/LGTMs: http://codereview.chromium.org/7812036/
Review URL: http://codereview.chromium.org/7824041

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@99409 0039d316-1c4b-4281-b951-d872f2087c98
2011-09-02 18:23:02 +00:00
mattm@chromium.org
6fd550bdd8 Revert "Currently, base/timer.cc calls PostTask with FROM_HERE as the Location,
so the original code that created the delayed callback is lost."

This reverts commit 4cf5cf73d319b69c32ad30af8954235755856455. (r99284)

TBR=jbates@chromium.org

Review URL: http://codereview.chromium.org/7825026

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@99290 0039d316-1c4b-4281-b951-d872f2087c98
2011-09-02 02:28:56 +00:00
jbates@chromium.org
400d323d53 Currently, base/timer.cc calls PostTask with FROM_HERE as the Location, so the original code that created the delayed callback is lost.
This change adds a tracked_objects::Location parameter to the APIs in base/timer.h so we can trace the PostTask callbacks. The other files are touched to add the FROM_HERE Location parameter.

Review URL: http://codereview.chromium.org/7812036

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@99284 0039d316-1c4b-4281-b951-d872f2087c98
2011-09-02 01:38:59 +00:00
mnaganov@chromium.org
6b4adc7d6f Remove "--logfile=*" from V8 flags in renderers. It is no more needed and is ignored by V8.
R=pfeldman@chromium.org,jamesr@chromium.org
BUG=v8/859
TEST=none

Review URL: http://codereview.chromium.org/7439008

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@93412 0039d316-1c4b-4281-b951-d872f2087c98
2011-07-21 16:32:15 +00:00
jam@chromium.org
f1933791ea Get rid of the following dependencies from content:
chrome/common/chrome_constants.h
  chrome/common/chrome_paths.h
  chrome/common/logging_chrome.h

BUG=76697
Review URL: http://codereview.chromium.org/7104144

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88935 0039d316-1c4b-4281-b951-d872f2087c98
2011-06-14 00:49:34 +00:00
scherkus@chromium.org
ef03875e8f Revert 87790 - Removing defunct OpenMAX code.
All of this code hasn't been used in over a year and has been replaced by VideoDecodeAccelerator and it's corresponding OpenMAX implementation OmxVideoDecodeAccelerator.

BUG=none
TEST=the world still compiles

Review URL: http://codereview.chromium.org/7066071

TBR=scherkus@chromium.org
Review URL: http://codereview.chromium.org/7065060

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@87793 0039d316-1c4b-4281-b951-d872f2087c98
2011-06-03 16:33:56 +00:00
scherkus@chromium.org
edda6f2964 Removing defunct OpenMAX code.
All of this code hasn't been used in over a year and has been replaced by VideoDecodeAccelerator and it's corresponding OpenMAX implementation OmxVideoDecodeAccelerator.

BUG=none
TEST=the world still compiles

Review URL: http://codereview.chromium.org/7066071

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@87790 0039d316-1c4b-4281-b951-d872f2087c98
2011-06-03 16:15:28 +00:00
brettw@chromium.org
7a1f7c6f6c Make the Pepper proxy support in-process font rendering.
This implements a WebKit thread in the PPAPI plugin process so we can do the
font calls without IPC. The existing font support was refactored into
a virtual class (to prevent PPAPI from depending on WebKit and creating a
circular GYP dependency).

This moves the renderer sandbox support into content/common so that it can
be used by the PPAPI process.
Review URL: http://codereview.chromium.org/6981001

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@84856 0039d316-1c4b-4281-b951-d872f2087c98
2011-05-10 21:17:48 +00:00
jam@chromium.org
38b592904f Clear RenderThread of any Chrome specific code, and move a bunch of stuff out of RenderView.
Took out CookieMessageFilter since it's not used anymore.  Removed RenderProcessTest and RendererMainTest since they really weren't testing much.
Review URL: http://codereview.chromium.org/6873014

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81851 0039d316-1c4b-4281-b951-d872f2087c98
2011-04-16 02:08:42 +00:00
jam@chromium.org
8704f89ba4 Move RenderProcess to content.
TBR=avi
Review URL: http://codereview.chromium.org/6864001

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81681 0039d316-1c4b-4281-b951-d872f2087c98
2011-04-15 00:30:05 +00:00