| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@136734 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@136712 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@136709 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
-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
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
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
|