- Jun 28, 2010
-
-
sky@chromium.org authored
BUG=none TEST=videos should still play Review URL: http://codereview.chromium.org/2862017 TBR=fbarchard@chromium.org Review URL: http://codereview.chromium.org/2818034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51071 0039d316-1c4b-4281-b951-d872f2087c98
-
wjia@google.com authored
move quit of paint message_loop into callback of pipeline stop to guarantee message loop will not quit till paint is deinit'ed. BUG=none TEST=dev platform and desktop Review URL: http://codereview.chromium.org/2870029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51070 0039d316-1c4b-4281-b951-d872f2087c98
-
michaeln@chromium.org authored
BUG=none TEST=none TBR=jianli git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51069 0039d316-1c4b-4281-b951-d872f2087c98
-
akalin@chromium.org authored
BUG=34647 TEST=none Review URL: http://codereview.chromium.org/2876014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51067 0039d316-1c4b-4281-b951-d872f2087c98
-
gene@chromium.org authored
debugging cloud print proxy in the production environment. BUG=none TEST=Run cloud print proxy with --log-filter-prefix="CP_PROXY" and verify new information get logged. Review URL: http://codereview.chromium.org/2801019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51066 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome://devtools///eroman@chromium.org authored
BUG=47699 Review URL: http://codereview.chromium.org/2829028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51065 0039d316-1c4b-4281-b951-d872f2087c98
-
chocobo@chromium.org authored
Issue 2848016: Store wifi network in network_menu_button.cc as a path instead of as a struct. Store wifi network in network_menu_button.cc as a path instead of as a struct. This should address a potential edge case where wifi network information gets updated after the menu is opened and before a network is selected. BUG=None TEST=None Review URL: http://codereview.chromium.org/2817036 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51064 0039d316-1c4b-4281-b951-d872f2087c98
-
https://bugs.webkit.org/show_bug.cgi?id=41244suzhe@chromium.org authored
BUG=none TEST=none Review URL: http://codereview.chromium.org/2860033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51063 0039d316-1c4b-4281-b951-d872f2087c98
-
fbarchard@chromium.org authored
BUG=none TEST=videos should still play Review URL: http://codereview.chromium.org/2862017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51062 0039d316-1c4b-4281-b951-d872f2087c98
-
mirandac@google.com authored
Add UMA logging of search engine selection position when the search engine logo positions have been randomized. BUG=46604 TEST=none Review URL: http://codereview.chromium.org/2846038 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51061 0039d316-1c4b-4281-b951-d872f2087c98
-
ananta@chromium.org authored
ChromeFrame perf tests now depend on Chrome's reference build. The ChromeFrame reference build under trunk/deps/reference_builds/chrome_frame will be deleted in a separate CL. This fixes a crash while running chrome frame perf tests on the perf builder. Review URL: http://codereview.chromium.org/2859031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51060 0039d316-1c4b-4281-b951-d872f2087c98
-
michaeln@chromium.org authored
BUG=39365 TEST=yes Review URL: http://codereview.chromium.org/2879003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51059 0039d316-1c4b-4281-b951-d872f2087c98
-
skerner@chromium.org authored
ExtensionApiTest.TabOnRemoved was disabled on Chrome OS. I fixed the issue a while ago, but did not remove some #defines. BUG=43440 TEST=ExtensionApiTest.TabOnRemoved Review URL: http://codereview.chromium.org/2872018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51057 0039d316-1c4b-4281-b951-d872f2087c98
-
neb@chromium.org authored
Move all the dependencies of new PP_Resource types into plugin_resource.h. BUG=none TEST=none Review URL: http://codereview.chromium.org/2800028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51056 0039d316-1c4b-4281-b951-d872f2087c98
-
nirnimesh@chromium.org authored
Also, use command_line_string() from base/command_line.h which is cross-platform now. Review URL: http://codereview.chromium.org/2800029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51055 0039d316-1c4b-4281-b951-d872f2087c98
-
thestig@chromium.org authored
BUG=none TEST=enabled Review URL: http://codereview.chromium.org/2810031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51054 0039d316-1c4b-4281-b951-d872f2087c98
-
levin@chromium.org authored
TBR=mnaganov@chromium.org TEST=None BUG=None Review URL: http://codereview.chromium.org/2830031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51053 0039d316-1c4b-4281-b951-d872f2087c98
-
garykac@google.com authored
on some platforms. BUG=none TEST=run code, verify that screen is upside-up. Review URL: http://codereview.chromium.org/2878009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51052 0039d316-1c4b-4281-b951-d872f2087c98
-
vangelis@chromium.org authored
an upstream change to WebGraphicsContext3D. The proper implementatation of the new initializer will be added once the upstream changes have landed. Also adding getPlatformTextureId() and prepareTexture() which will soon be defined in WebGraphicsContext3D. Review URL: http://codereview.chromium.org/2864021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51051 0039d316-1c4b-4281-b951-d872f2087c98
-
hclam@chromium.org authored
There are several things done in this patch: 1. Isloate thread start and stop to ChromotingHostContext 2. SessionManager now doesn't own capturer and encoder, ownership moved to ChromotingHost 3. Fix up the sequence of actions when ChromotingHost shuts down TEST=remoting_unittests BUG=none Review URL: http://codereview.chromium.org/2829018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51050 0039d316-1c4b-4281-b951-d872f2087c98
-
mlloyd@chromium.org authored
spdy_network_transaction_unittest.cc to promote code reuse. Removes the kGetSyn and kGetSynReply binary SPDY frame constants and replaces them with calls to factory methods, for better clarity and to reduce maintenance costs going forward. Also adds some helper methods for constructing mock reads and writes from SpdyFrames. TEST=net_unittests pass. BUG=None Review URL: http://codereview.chromium.org/2881001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51049 0039d316-1c4b-4281-b951-d872f2087c98
-
dhollowa@chromium.org authored
Changes the default preference setting for Mac "me" card integration to be enabled. BUG=46695 TEST=AutoFillDialogControllerTest.AuxiliaryProfilesTrue Review URL: http://codereview.chromium.org/2800031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51047 0039d316-1c4b-4281-b951-d872f2087c98
-
sky@chromium.org authored
Review URL: http://codereview.chromium.org/2834025 TBR=mlloyd@chromium.org Review URL: http://codereview.chromium.org/2856018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51046 0039d316-1c4b-4281-b951-d872f2087c98
-
mlloyd@chromium.org authored
Review URL: http://codereview.chromium.org/2834025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51042 0039d316-1c4b-4281-b951-d872f2087c98
-
albertb@chromium.org authored
BUG=32410 TEST=unittests Review URL: http://codereview.chromium.org/2858027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51041 0039d316-1c4b-4281-b951-d872f2087c98
-
rafaelw@chromium.org authored
BUG=47576 TEST=none Review URL: http://codereview.chromium.org/2844033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51040 0039d316-1c4b-4281-b951-d872f2087c98
-
tfarina@chromium.org authored
BUG=16681 TEST=go to youtube.com, then go to a video, shift-esc, end flash process, see the infobar. Notice the icon in the left side. Review URL: http://codereview.chromium.org/2835020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51039 0039d316-1c4b-4281-b951-d872f2087c98
-
hinoka@chromium.org authored
BUG=44699 TEST=Go to about:about, and see if About page loads. Check if links work. Review URL: http://codereview.chromium.org/2845027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51038 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome://themecreis@chromium.org authored
This URL sets off an error case that calls RDH::OnReadCompleted without calling RDH::Read. ResourceDispatcherHost then tries to read from a failed request. We can avoid this by ensuring has_started_reading is true when OnReadCompleted is called (whether Read is called or not). BUG=40250 TEST=ResourceDispatcherHostUITest.CrossSiteFailedRequest Review URL: http://codereview.chromium.org/2860030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51037 0039d316-1c4b-4281-b951-d872f2087c98
-
mark@chromium.org authored
malloced separately. BUG=none TEST=none Review URL: http://codereview.chromium.org/2810030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51035 0039d316-1c4b-4281-b951-d872f2087c98
-
levin@chromium.org authored
TBR=mnaganov@chromium.org BUG=None TEST=None git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51033 0039d316-1c4b-4281-b951-d872f2087c98
-
dhollowa@chromium.org authored
Adds a link to http://www.google.com/support/chrome/bin/answer.py?answer=142893 on the AutoFill settings dialog. Nib changes: Adds button with link cell connected to |openHelp:| action. BUG=42780 TEST=manual, open dialog and click help button. Review URL: http://codereview.chromium.org/2825027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51032 0039d316-1c4b-4281-b951-d872f2087c98
-
andybons@chromium.org authored
BUG=43168 TEST=install an extension that has an infobar. see if one shows up. Review URL: http://codereview.chromium.org/2858028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51031 0039d316-1c4b-4281-b951-d872f2087c98
-
thestig@chromium.org authored
BUG=none TEST=none Review URL: http://codereview.chromium.org/2863026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51024 0039d316-1c4b-4281-b951-d872f2087c98
-
thestig@chromium.org authored
BUG=47598 TEST=none Review URL: http://codereview.chromium.org/2825025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51023 0039d316-1c4b-4281-b951-d872f2087c98
-
sky@chromium.org authored
BUG=none TEST=none TBR=oshima@chromium.org Review URL: http://codereview.chromium.org/2812028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51021 0039d316-1c4b-4281-b951-d872f2087c98
-
sky@chromium.org authored
BUG=45015 TEST=none TBR=jcivelli@chromium.org Review URL: http://codereview.chromium.org/2880004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51020 0039d316-1c4b-4281-b951-d872f2087c98
-
tfarina@chromium.org authored
Note: This fix another TODO for hclam, missed in the other patch. BUG=None TEST=trybots Review URL: http://codereview.chromium.org/2863028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51018 0039d316-1c4b-4281-b951-d872f2087c98
-
skerner@chromium.org authored
BUG=41127 TEST=none Review URL: http://codereview.chromium.org/2812023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51013 0039d316-1c4b-4281-b951-d872f2087c98
-
oshima@chromium.org authored
This reverts commit 699468c59a6563db5fb3fb4739c6710a279a4067. TBR=erikchen@google.com Review URL: http://codereview.chromium.org/2852029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51011 0039d316-1c4b-4281-b951-d872f2087c98
-