- 07 Feb, 2012 40 commits
-
-
tbreisacher@chromium.org authored
This way, if the output format changes in a way that confuses the bot running sizes.py, we can tell the bot to just ignore lines that start with '#'. See http://codereview.chromium.org/9323047/#msg11 BUG=102013 TEST=none Review URL: https://chromiumcodereview.appspot.com/9347013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120726 0039d316-1c4b-4281-b951-d872f2087c98
-
tbreisacher@chromium.org authored
CID=100203 BUG=none TEST=none Review URL: http://codereview.chromium.org/9160032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120725 0039d316-1c4b-4281-b951-d872f2087c98
-
brettw@chromium.org authored
Previously we had to have a lot of weird string handling because strings needed a PP_Module to be constructed, and because they had different methods for being created in the host and the plugin processes. We've removed all of these limitations, so now we can just delete the whole mess. Review URL: https://chromiumcodereview.appspot.com/9316123 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120724 0039d316-1c4b-4281-b951-d872f2087c98
-
jamiewalch@chromium.org authored
This provides a framework that we can implement per-platform to allow the Me2Me daemon to installed, started and stopped by the web-app. I've gone with a polling-based API for now, as it simplifies some of the logic. We can revisit this if necessary to make it more sophisticated. BUG=None TEST=None until we have some implementations. Review URL: http://codereview.chromium.org/9316078 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120723 0039d316-1c4b-4281-b951-d872f2087c98
-
xiyuan@chromium.org authored
r120147 accidentally removed widget observer instead of the animation observer. BUG=112654 TEST=Verify fix for issue 112654. Review URL: http://codereview.chromium.org/9331007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120722 0039d316-1c4b-4281-b951-d872f2087c98
-
gman@chromium.org authored
TEST=unit tests and WebGL conformance test BUG=112668 R=apatrick@chromium.org Review URL: http://codereview.chromium.org/9307102 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120721 0039d316-1c4b-4281-b951-d872f2087c98
-
thakis@chromium.org authored
It's already in 'content_common' and doesn't have to be in multiple targets. BUG=none TEST=build infinitesimally faster Review URL: http://codereview.chromium.org/9352002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120720 0039d316-1c4b-4281-b951-d872f2087c98
-
jrg@google.com authored
BUG=None TEST= Review URL: https://chromiumcodereview.appspot.com/9346011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120719 0039d316-1c4b-4281-b951-d872f2087c98
-
fischman@chromium.org authored
BUG=108339 TEST=none Review URL: https://chromiumcodereview.appspot.com/9325044 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120718 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120717 0039d316-1c4b-4281-b951-d872f2087c98
-
cevans@chromium.org authored
TBR=scherkus Review URL: http://codereview.chromium.org/9347005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120716 0039d316-1c4b-4281-b951-d872f2087c98
-
wez@chromium.org authored
CL 9328016 exposed a bug with seemingly-unused stats code assuming that the RenderView's WebView must be valid when DidFlushPaint() is called, which may not be true if RenderWidget::OnSwapBuffersComplete is notified while the widget is closing down. We'll follow up by verifying the stats code is unnecessary and removing it (see bug 112942). BUG=112921,111639,112942 Review URL: http://codereview.chromium.org/9349004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120715 0039d316-1c4b-4281-b951-d872f2087c98
-
fischman@chromium.org authored
BUG=112180 TEST=none Review URL: https://chromiumcodereview.appspot.com/9344003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120714 0039d316-1c4b-4281-b951-d872f2087c98
-
dbeam@chromium.org authored
R=estade@chromium.org TEST=No regressions, CSS follows style guide / passes presubmit. BUG=None Review URL: http://codereview.chromium.org/9325059 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120713 0039d316-1c4b-4281-b951-d872f2087c98
-
fischman@chromium.org authored
BUG=none TEST=none Review URL: https://chromiumcodereview.appspot.com/9309115 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120712 0039d316-1c4b-4281-b951-d872f2087c98
-
dbeam@chromium.org authored
BUG=111880 R=jhawkins@chromium.org TEST=Sub pages look OK on both wide and narrow monitors. Review URL: http://codereview.chromium.org/9348005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120711 0039d316-1c4b-4281-b951-d872f2087c98
-
asvitkine@chromium.org authored
BUG=105550 TEST=All UI text looks the same as before. Review URL: http://codereview.chromium.org/9298015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120710 0039d316-1c4b-4281-b951-d872f2087c98
-
gbillock@chromium.org authored
R=shess@chromium.org BUG=None TEST=None Review URL: http://codereview.chromium.org/9249025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120709 0039d316-1c4b-4281-b951-d872f2087c98
-
piman@chromium.org authored
BUG=None TEST=None TBR=apatrick@chromium.org Review URL: https://chromiumcodereview.appspot.com/9348008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120708 0039d316-1c4b-4281-b951-d872f2087c98
-
mrossetti@chromium.org authored
This change moves the InMemoryURLIndex (IMUI) from being owned by the InMemoryHistoryBackend to being owned by the HistoryService. The only dependency the IMUI has on the HistoryBackend is the need to access the history database for the one-time need to build the IMUI from scratch. Divorcing the IMUI from the HistoryBackend also pointed out that updates to the IMUI index related to URL visits and history deletes should be handled by notification, and this was implemented in this CL. NOTE: Portions previously reviewed as: http://codereview.chromium.org/9030031/. That change involved both 1) moving the ownership of the IMUI from the InMemoryHistoryBackend, and 2) performing the caching file operations on the FILE thread. I've split this up into two CLs with this CL dealing with the move of ownership. BUG=83659 TEST=Updated unit tests. Review URL: https://chromiumcodereview.appspot.com/9316109 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120707 0039d316-1c4b-4281-b951-d872f2087c98
-
sergeyu@chromium.org authored
Review URL: https://chromiumcodereview.appspot.com/9325087 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120706 0039d316-1c4b-4281-b951-d872f2087c98
-
sergeyu@chromium.org authored
BUG=110483 Review URL: https://chromiumcodereview.appspot.com/9332017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120705 0039d316-1c4b-4281-b951-d872f2087c98
-
michaeln@google.com authored
TBR=jam Review URL: https://chromiumcodereview.appspot.com/9347010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120704 0039d316-1c4b-4281-b951-d872f2087c98
-
piman@chromium.org authored
A future CL will move them out of content/renderer so that they can be used by the browser process. All requests to singleton-like things - e.g. establish a channel to the GPU process - go through a GpuChannelHostFactory, implemented by RenderThreadImpl. BUG=99516 TEST=manually tested Chrome with accelerated content. Review URL: http://codereview.chromium.org/9270025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120701 0039d316-1c4b-4281-b951-d872f2087c98
-
akalin@chromium.org authored
Re-enable migration tests that were affected. Rewrite autofill DTC tests. BUG=107743 TEST= Review URL: https://chromiumcodereview.appspot.com/9307079 TBR=akalin@chromium.org Review URL: https://chromiumcodereview.appspot.com/9353005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120700 0039d316-1c4b-4281-b951-d872f2087c98
-
oshima@chromium.org authored
TBR=ben@chromium.org BUG=none TEST=none Review URL: https://chromiumcodereview.appspot.com/9352006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120699 0039d316-1c4b-4281-b951-d872f2087c98
-
akalin@chromium.org authored
Re-enable migration tests that were affected. Rewrite autofill DTC tests. BUG=107743 TEST= Review URL: https://chromiumcodereview.appspot.com/9307079 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120698 0039d316-1c4b-4281-b951-d872f2087c98
-
oshima@chromium.org authored
TBR=ben@chromium.org BUG=none TEST=none Review URL: https://chromiumcodereview.appspot.com/9348006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120696 0039d316-1c4b-4281-b951-d872f2087c98
-
kevers@chromium.org authored
BUG=chromium:110749,chromium:112293 TEST= Review URL: http://codereview.chromium.org/9317064 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120695 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120694 0039d316-1c4b-4281-b951-d872f2087c98
-
michaeln@google.com authored
TBR=jchaffraix,tonyg Review URL: https://chromiumcodereview.appspot.com/9347007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120693 0039d316-1c4b-4281-b951-d872f2087c98
-
jamescook@chromium.org authored
If the user plugs in a high-resolution external monitor, dynamically switch out of compact window mode into overlapping window mode. Force re-layout of all containers to ensure launcher, status area, etc. show up in proper locations. BUG=110174 TEST=aura_shell_unittests ShellTest, try plugging and unplugging a monitor with resolution > 1400 pixels wide Review URL: http://codereview.chromium.org/9320076 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120692 0039d316-1c4b-4281-b951-d872f2087c98
-
groby@chromium.org authored
BUG=90458,112925 TEST=WebIntentBubbleControllerTest.* Review URL: http://codereview.chromium.org/9310074 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120691 0039d316-1c4b-4281-b951-d872f2087c98
-
rniwa@chromium.org authored
TBR=rsesek Add back the license. Review URL: https://chromiumcodereview.appspot.com/9351008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120690 0039d316-1c4b-4281-b951-d872f2087c98
-
krisr@chromium.org authored
Review URL: https://chromiumcodereview.appspot.com/9347006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120689 0039d316-1c4b-4281-b951-d872f2087c98
-
bartfab@google.com authored
The fix for issue chromium-os:25464 will make AsyncSetOwnerUser() obsolete. This CL removes the method and any calls to it. BUG=chromium:111328 TEST=browser_test ExistingUserControllerTest.* CQ-DEPEND=I2c085b927fd5412edf02f9026cad5dd7fc608ccc Review URL: http://codereview.chromium.org/9286003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120688 0039d316-1c4b-4281-b951-d872f2087c98
-
michaeln@google.com authored
Framing for a DomStorage backend that does not depend on in-process-webkit. Only partial unittests coverage in this CL, more to come. These classes aren't used yet. Classes intended to be used by an embedder are DomStorageContext,DomStorageHost, and DomStorageSession. The other classes are for internal consumption. In general terms, the DomStorage object relationships are... * Contexts (per-profile) own Namespaces which own Areas which share Maps. * Hosts(per-renderer) refer to Namespaces and Areas open in it's renderer. * Sessions (per-tab) cause the creation and deletion of session Namespaces. Session Namespaces are cloned by initially making a shallow copy of all contained Areas, the shallow copies refer to the same refcounted Map, and does a deep copy-on-write if needed. BUG=106763 Review URL: https://chromiumcodereview.appspot.com/9146025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120687 0039d316-1c4b-4281-b951-d872f2087c98
-
csilv@chromium.org authored
BUG=100885 Review URL: https://chromiumcodereview.appspot.com/9351007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120686 0039d316-1c4b-4281-b951-d872f2087c98
-
nirnimesh@chromium.org authored
- Uprev flash version - Remove non-pepper flash plugin - Rename o3d plugin to Google Talk Plugin Video Accelerator R=ihf@chromium.org BUG= TEST= Review URL: https://chromiumcodereview.appspot.com/9348004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120685 0039d316-1c4b-4281-b951-d872f2087c98
-
https://chromiumcodereview.appspot.com/9316112/saintlou@chromium.org authored
which prevents building chromeos with gtk TBR=thestig@chromium.org BUG=none TEST=none Review URL: https://chromiumcodereview.appspot.com/9351004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120684 0039d316-1c4b-4281-b951-d872f2087c98
-