summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Publish DEPS for Chromium 21.0.1135.021.0.1135.0gitdeps2014-04-062-552/+322
|
* Verify that xmpp_login specified in the config matches auth token.sergeyu@chromium.org2012-05-1212-23/+137
| | | | | | | | | | | | | Previously the host would ignore the case when the oauth token doesn't match the xmpp_login specified in the config. That would lead to situations when host is connected with one account, but verifies incoming connections with a different account. Fix this by verifying that the JID that we receive from XMPP server matches the value in the config. Review URL: https://chromiumcodereview.appspot.com/10378110 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@136745 0039d316-1c4b-4281-b951-d872f2087c98
* mac: s/UI_EXPORT/GL_EXPORT/ for GLSurfaceCGLthakis@chromium.org2012-05-121-1/+1
| | | | | | | | | | | | | The class got moved a while ago but the export macro wasn't updated. BUG=90078 TEST=none TBR=kbr Review URL: https://chromiumcodereview.appspot.com/10356140 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@136743 0039d316-1c4b-4281-b951-d872f2087c98
* Update FixupURLAndGetVisits() to try to track down crbug.com/127473atwilson@chromium.org2012-05-123-10/+6
| | | | | | | | | | BUG=127473 TEST=none Review URL: https://chromiumcodereview.appspot.com/10388106 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@136742 0039d316-1c4b-4281-b951-d872f2087c98
* "index" property should be optional with "chrome.tabs.move"mitchellwrosen@chromium.org2012-05-126-54/+81
| | | | | | | | | | | | Made the "index" property of "chrome.tabs.move" optional BUG=33048 TEST=ExtensionApiTest.TabMove Review URL: https://chromiumcodereview.appspot.com/9699065 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@136741 0039d316-1c4b-4281-b951-d872f2087c98
* gdata: notify File Manager when file system is no longer availablehshi@google.com2012-05-126-3/+40
| | | | | | | | | | | | | When authentication fails raise chrome.fileBrowserPrivate.onMountCompleted with eventType == 'unmount' and event.mountType == 'gdata'. BUG=126781 TEST=local test on lumpy Review URL: https://chromiumcodereview.appspot.com/10389083 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@136740 0039d316-1c4b-4281-b951-d872f2087c98
* Wrap AppendTab function so it can accept string URLs.kamrik@chromium.org2012-05-121-0/+19
| | | | | | | | | | | | | | | | The pyautolib.PyUITestBase.AppendTab function can only accept GURL objects. Being able to pass string URLs is much more convenient. Additional rationale: GURL class is not exposed in some derived classes (e.g. PyUITestInAutotest) GURL objects are not easily serializable which is needed in RemotePyAuto BUG=chromium-os:30562 TEST=run an AutoTest derived from cros_ui_test.UITest that calls self.pyauto.AppendTab('about:blank') Review URL: https://chromiumcodereview.appspot.com/10379030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@136739 0039d316-1c4b-4281-b951-d872f2087c98
* [Sync] Remove tab sync nodes that are missing session tags.zea@chromium.org2012-05-122-4/+40
| | | | | | | | | | | | | | | This allows us to recover from previous cases where we were interrupted after we created a node but before we populated it fully. Note that this does not protect against cases where some sort of corruption has resulted in an applied node that we are unable to load (possibly due to encryption issues). BUG=125574 TEST=unit_tests Review URL: https://chromiumcodereview.appspot.com/10356084 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@136738 0039d316-1c4b-4281-b951-d872f2087c98
* Apply system default theme for OOBE screen.kochi@chromium.org2012-05-121-0/+4
| | | | | | | | | | BUG=chromium:124427 TEST=run OOBE on ChromeOS and see if active item under the pointer on select menu or selected text in textfield is rendered properly (fg: black, bg:lightblue). Review URL: https://chromiumcodereview.appspot.com/10388083 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@136737 0039d316-1c4b-4281-b951-d872f2087c98
* Add the StackTrace to the URLFetcher crash dumps.willchan@chromium.org2012-05-126-1/+40
| | | | | | | | | | | | This will help me in narrowing down which URLFetcher is leaking the URLRequest in these crashes. BUG= 90971,127860 TBR=eroman TEST=none Review URL: https://chromiumcodereview.appspot.com/10383145 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@136736 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 136728 - Disable precompiled headers when using 2010 on an Official ↵csilv@chromium.org2012-05-121-2/+2
| | | | | | | | | | | | | | | | | | | build. (Reverted due to build errors on Win Builder 2010 (dbg): NameError: name 'buildtype' is not defined while evaluating condition 'OS=="win" and MSVS_VERSION=="2010" and buildtype!="Official"' in src\build\all.gyp while trying to load src\build\all.gyp) bug=127875 R=bradnelson Review URL: https://chromiumcodereview.appspot.com/10392063 TBR=kerz@chromium.org Review URL: https://chromiumcodereview.appspot.com/10387096 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@136735 0039d316-1c4b-4281-b951-d872f2087c98
* Update .DEPS.gitchrome-admin@google.com2012-05-121-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@136734 0039d316-1c4b-4281-b951-d872f2087c98
* Make ppapi_shared depend on gles2_utils.thakis@chromium.org2012-05-121-0/+1
| | | | | | | | | | | | | | | | | | | | | | Without this, linking libppapi_shared.dylib on mac in a debug build fails with "__ZN3gpu5gles29GLES2Util25GetStringProgramParameterEj", referenced from: __ZN3gpu5gles219GLES2Implementation12GetProgramivEjjPi in ppapi_shared.ppb_opengles2_shared.o "__ZN3gpu5gles29GLES2Util16GetStringGLStateEj", referenced from: __ZN3gpu5gles219GLES2Implementation11GetIntegervEjPi in ppapi_shared.ppb_opengles2_shared.o __ZN3gpu5gles219GLES2Implementation9GetFloatvEjPf in ppapi_shared.ppb_opengles2_shared.o __ZN3gpu5gles219GLES2Implementation11GetBooleanvEjPh in ppapi_shared.ppb_opengles2_shared.o "__ZN3gpu5gles29GLES2Util19GetStringShaderTypeEj", referenced from: __ZN3gpu5gles219GLES2Implementation12CreateShaderEj in ppapi_shared.ppb_opengles2_shared.o BUG=90078 TEST=none Review URL: https://chromiumcodereview.appspot.com/10332125 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@136733 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit roll 116787:116816jianli@chromium.org2012-05-121-1/+1
| | | | | | | | | | | TBR=tkent@chromium.org BUG=none TEST=none Review URL: https://chromiumcodereview.appspot.com/10384137 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@136732 0039d316-1c4b-4281-b951-d872f2087c98
* Make sure the suggested tab is loaded before default-tab logic kicks in.rfevang@chromium.org2012-05-121-0/+3
| | | | | | | | | | BUG= TEST= Review URL: https://chromiumcodereview.appspot.com/10392056 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@136731 0039d316-1c4b-4281-b951-d872f2087c98
* Make glGenerateMipmap handle out of memorygman@chromium.org2012-05-123-1/+44
| | | | | | | | | | TEST=unit tests BUG=127590 Review URL: https://chromiumcodereview.appspot.com/10377116 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@136730 0039d316-1c4b-4281-b951-d872f2087c98
* Implement IBusObjectnona@chromium.org2012-05-124-0/+467
| | | | | | | | | | | | | | | | The ibus-daemon sends their objects as variant type. The IBusObjectReader/IBusObjectWriter provides I/O with them. This CL is compiled and is tested by chromeos_unittests, but not in used in production binary at this moment. TEST=chromeos_unittests, unit_tests, dbus_unittests BUG=chromium-os:26334 Review URL: https://chromiumcodereview.appspot.com/10332022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@136729 0039d316-1c4b-4281-b951-d872f2087c98
* Disable precompiled headers when using 2010 on an Official build.kerz@chromium.org2012-05-121-2/+2
| | | | | | | | | bug=127875 R=bradnelson Review URL: https://chromiumcodereview.appspot.com/10392063 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@136728 0039d316-1c4b-4281-b951-d872f2087c98
* Disable media test for testBasicPlaybackMatrix.dyu@chromium.org2012-05-121-2/+2
| | | | | | | | | TEST=Test failing on Mac chrome-qa bots. BUG=127880 NOTRY=true Review URL: https://chromiumcodereview.appspot.com/10332131 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@136727 0039d316-1c4b-4281-b951-d872f2087c98
* Add --allow-nacl-socket-api for the chromoting functional test.sergeyu@chromium.org2012-05-121-0/+12
| | | | | | | | | | The flag is requred after crrev.com/109630 . BUG=127886 Review URL: https://chromiumcodereview.appspot.com/10389106 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@136726 0039d316-1c4b-4281-b951-d872f2087c98
* Returns focus to previously-focused element upon overlay close.khorimoto@chromium.org2012-05-121-5/+20
| | | | | | | | | | BUG=113337 TEST= Review URL: https://chromiumcodereview.appspot.com/10382045 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@136725 0039d316-1c4b-4281-b951-d872f2087c98
* Pass in the full referrer for DownloadFile IPCjochen@chromium.org2012-05-126-8/+69
| | | | | | | | | BUG=124750 TEST=DownloadTest.LoadURLExternallyReferrerPolicy Review URL: https://chromiumcodereview.appspot.com/10392050 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@136724 0039d316-1c4b-4281-b951-d872f2087c98
* Pass the referrer policy with the referrer for the save package code pathjochen@chromium.org2012-05-1213-34/+57
| | | | | | | | | BUG=124750 TEST=none. That code path doesn't actually use referrers, it just passes empty GURL()s around. But it might one day. And then it supports referrer policies. Hurray. Review URL: https://chromiumcodereview.appspot.com/10387090 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@136723 0039d316-1c4b-4281-b951-d872f2087c98
* Refactor CNS cleanup method.shadi@chromium.org2012-05-121-27/+16
| | | | | | | | | | BUG=None TEST=run cns tests. Review URL: https://chromiumcodereview.appspot.com/10356033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@136721 0039d316-1c4b-4281-b951-d872f2087c98
* Add a RenderText test that checks that matching parentheses use the same font.asvitkine@chromium.org2012-05-126-0/+125
| | | | | | | | | | | | This is a test for http://crbug.com/125792, which I had fixed earlier. BUG=125792, 105550 TEST=This is one. Checked that this test fails without the fix for http://crbug.com/125792. Review URL: https://chromiumcodereview.appspot.com/10388092 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@136720 0039d316-1c4b-4281-b951-d872f2087c98
* Make CNS arguments configurable through cns_test_base.shadi@chromium.org2012-05-122-8/+35
| | | | | | | | | | BUG=126026 TEST=none Review URL: https://chromiumcodereview.appspot.com/10387059 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@136719 0039d316-1c4b-4281-b951-d872f2087c98
* The link next to terminated extensions currently displays a (Cmd+R) on Macs ↵hebert.christopherj@chromium.org2012-05-123-6/+11
| | | | | | | | | | | | | | | | and a (Ctrl+R) on Linux/Windows. However, reloading the chrome://extensions only reloads unpacked extensions -- as expected. This patch adds a new IDS_EXTENSION_RELOAD_UNPACKED to the generated_resources.grd in order to differentiate between the "Reload" link for terminated extensions, and the "Reload (Ctrl+R)" link for unpacked extensions. BUG=127277 TEST=Terminate extension using task manager. Make adjustment to unpacked extension. (Cmd/Ctrl+R) to reload. Terminated extension should not reload, and unpacked extension should. Review URL: https://chromiumcodereview.appspot.com/10384087 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@136717 0039d316-1c4b-4281-b951-d872f2087c98
* Add histogram measurements for event pages:mpcomplete@chromium.org2012-05-122-3/+29
| | | | | | | | | | | | | | - Consecutive time the page was loaded. - Consecutive time the page was not loaded. - Time it took to load the page. BUG=119626 TEST=no Review URL: https://chromiumcodereview.appspot.com/10356134 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@136716 0039d316-1c4b-4281-b951-d872f2087c98
* Implemented GetVersion for Mac.jamiewalch@chromium.org2012-05-112-7/+36
| | | | | | | | | | BUG=125998 TEST=Manual Review URL: https://chromiumcodereview.appspot.com/10384132 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@136715 0039d316-1c4b-4281-b951-d872f2087c98
* Disable animation of omnibox popup.mukai@chromium.org2012-05-111-0/+3
| | | | | | | | | | | As is discussed in crbug.com/124104, omnibox popup should not have animation but appear immediately. BUG=124104 TEST=manually done Review URL: https://chromiumcodereview.appspot.com/10310111 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@136714 0039d316-1c4b-4281-b951-d872f2087c98
* sync: log GoogleServiceAuthErrors in TokenService failure cases.tim@chromium.org2012-05-111-2/+3
| | | | | | | | | | BUG=121913 TEST=none Review URL: https://chromiumcodereview.appspot.com/10389099 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@136713 0039d316-1c4b-4281-b951-d872f2087c98
* Update .DEPS.gitchrome-admin@google.com2012-05-111-2/+2
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@136712 0039d316-1c4b-4281-b951-d872f2087c98
* Roll rlz 127:128thakis@chromium.org2012-05-112-9/+1
| | | | | | | | | | | | | | 128: rlz: Move UrlFetcher to net, part 1 Also remove a temporary workaround. No functionality change BUG=118220 TEST=none TBR=willchan Review URL: https://chromiumcodereview.appspot.com/10378115 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@136711 0039d316-1c4b-4281-b951-d872f2087c98
* Adjust tsan suppression nudged by r136679 or r136641.fischman@chromium.org2012-05-111-0/+1
| | | | | | | | | | | | BUG=93932 TBR=dalecurtis NOTRY=true TEST=FFmpegVideoDecoder no longer mentioned by: ./tools/valgrind/waterfall.sh fetch && ./tools/valgrind/waterfall.sh match Review URL: https://chromiumcodereview.appspot.com/10392064 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@136710 0039d316-1c4b-4281-b951-d872f2087c98
* Update .DEPS.gitchrome-admin@google.com2012-05-111-0/+2
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@136709 0039d316-1c4b-4281-b951-d872f2087c98
* Checkout Web Page Replay in src/third_party (was ↵slamm@google.com2012-05-112-1/+4
| | | | | | | | | | | | | | | | | | | | chrome/tools/build/third_party). Previously (issue 10020064), this was committed and backed out because of licensecheck.pl issues. This CL depends on issue 10310044 to fix licensecheck.pl UNKNOWNs for webpagereplay/third_party/dns. This CL differs from 10020064 in that it grabs an updated Web Page Replay to fix UNKNOWNs for webpagereplay/third_party/nbhttp. BUG= TEST= Review URL: https://chromiumcodereview.appspot.com/10310084 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@136708 0039d316-1c4b-4281-b951-d872f2087c98
* Quote WebPreferences in namespace webkit_glue.wangxianzhu@chromium.org2012-05-1155-94/+122
| | | | | | | | | | | | | | To avoid name conflict when linking DumpRenderTree which has its own implementation of the class with the same name. BUG=127811 TEST=Build all without errors TBR=kalman@chromium.org,dpapad@chromium.org,ben@chromium.org,battre@chromium.org Review URL: https://chromiumcodereview.appspot.com/10384128 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@136707 0039d316-1c4b-4281-b951-d872f2087c98
* Enable three omnibox tests.dyu@chromium.org2012-05-111-4/+6
| | | | | | | | | | | | | -testIncognitoAppComboNameWithSpecialCharSearch -testIncognitoAppNameWithSpaceSearch -testIncognitoAppSearchWithVeryLongAppName TEST=pass on win chrome-qa and chromium bots. BUG=121731 NOTRY=true Review URL: https://chromiumcodereview.appspot.com/10387064 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@136706 0039d316-1c4b-4281-b951-d872f2087c98
* native theme images for for touch friendly UI at 1x scale.oshima@chromium.org2012-05-11101-32/+32
| | | | | | | | | | | | Removed aura_ prefix. TBR=sky@chromium.org BUG=123162 TEST=none Review URL: https://chromiumcodereview.appspot.com/10381114 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@136705 0039d316-1c4b-4281-b951-d872f2087c98
* Update content script communication page in extension docs to use postMessagemitchellwrosen@chromium.org2012-05-112-34/+32
| | | | | | | | | | | | Rewrote part of content_scripts.html. BUG=111222 TEST=Manual Review URL: https://chromiumcodereview.appspot.com/9664051 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@136704 0039d316-1c4b-4281-b951-d872f2087c98
* Log message class/line in IPC::ChannelProxy::Context::OnDispatchMessagepiman@chromium.org2012-05-111-2/+4
| | | | | | | | | | BUG=none TEST=about:tracing Review URL: https://chromiumcodereview.appspot.com/10380046 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@136703 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 136463 - Changed IDS_PRODUCT_NAME string to support both normal ↵dbeam@chromium.org2012-05-112-40/+12
| | | | | | | | | | | | | | | Google Chrome and Google Chrome OS. BUG=122645 TEST=look at help page on CrOS and see that text says Google Chrome OS Review URL: https://chromiumcodereview.appspot.com/10388072 TBR=khorimoto@chromium.org Review URL: https://chromiumcodereview.appspot.com/10378116 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@136702 0039d316-1c4b-4281-b951-d872f2087c98
* Disable the hang dialog detector when showModalDialog is running.creis@chromium.org2012-05-116-6/+33
| | | | | | | | | BUG=122153 TEST=none Review URL: https://chromiumcodereview.appspot.com/10392060 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@136701 0039d316-1c4b-4281-b951-d872f2087c98
* On Android, the "content" scheme needs to be registered as "local" with WebKit.abarth@chromium.org2012-05-113-1/+13
| | | | | | | | | Content URIs refer to local content on the device and shouldn't be exposed to the web, similar to "file" URIs on desktop Chrome. This patch introduces a constant for the "content" scheme and registers it appropriately. Please see <http://developer.android.com/reference/android/content/ContentResolver.html> and <http://developer.android.com/reference/android/content/package-summary.html> for more information about content URIs on Android. Review URL: https://chromiumcodereview.appspot.com/10387088 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@136700 0039d316-1c4b-4281-b951-d872f2087c98
* Chromoting: the Me2me host (on Mac and Windows) now presents a notification ↵alexeypa@chromium.org2012-05-1118-353/+597
| | | | | | | | | | on the console allowing a user to disconnect an incoming session. BUG=127321,127322 Review URL: https://chromiumcodereview.appspot.com/10384127 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@136698 0039d316-1c4b-4281-b951-d872f2087c98
* [Sync] Add check to help debug CreateOrUpdateSyncNode errors.zea@chromium.org2012-05-111-2/+10
| | | | | | | | | | | | | We check if we succeed in decrypting data, but fail in parsing the string into a protobuf. BUG=123223 TEST= Review URL: https://chromiumcodereview.appspot.com/10387089 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@136695 0039d316-1c4b-4281-b951-d872f2087c98
* Update .gitignore for media test data.dalecurtis@chromium.org2012-05-111-0/+2
| | | | | | | | | | BUG=none TEST=git status/git clean show a clean tree. Review URL: https://chromiumcodereview.appspot.com/10310128 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@136694 0039d316-1c4b-4281-b951-d872f2087c98
* fix extension page crashestade@chromium.org2012-05-114-23/+28
| | | | | | | | | | | | | | two fixes: 1. for certain callbacks, look up terminated extensions as well as active or disabled extensions. This fixes the crash, which occurs when flipping the incognito bit for a terminated extension. 2. change the UI so that "show button", "allow in incognito", "options", etc., do not show for terminated extensions, the same way they already do not show for disabled extensions. (this also fixes the crash by making it impossible to trigger) BUG=125393 TEST=manual Review URL: https://chromiumcodereview.appspot.com/10392033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@136693 0039d316-1c4b-4281-b951-d872f2087c98
* Switch client to Pepper UDP API instead of Transport API.sergeyu@chromium.org2012-05-117-14/+34
| | | | | | | | | BUG=109630 Review URL: https://chromiumcodereview.appspot.com/10284008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@136692 0039d316-1c4b-4281-b951-d872f2087c98
* Allow a margin for section-row buttons.jamiewalch@google.com2012-05-111-0/+4
| | | | | | | | | BUG=127864 TEST=Check the official build while the host is disabled. It should not look cramped. Review URL: https://chromiumcodereview.appspot.com/10332128 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@136691 0039d316-1c4b-4281-b951-d872f2087c98