- 05 Feb, 2014 40 commits
-
-
grv@chromium.org authored
Spark needs this for launching chrome apps. Bug=340819 Review URL: https://codereview.chromium.org/133163005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@248909 0039d316-1c4b-4281-b951-d872f2087c98
-
sky@chromium.org authored
A maximize animation triggers recreating the layer of the window. Recreating the layer forces the bounds of the window to 0. A maximize results in the origin going to 0. Together this meant a maximize from any where resulted in the code not thinking a move happened. This patch special cases NativeWidgetAura::OnBoundsChanged to assume that if the old bounds was empty at 0,0 and the new bounds is not empty that a move happened. BUG=335486 TEST=covered by test R=ben@chromium.org Review URL: https://codereview.chromium.org/153803006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@248908 0039d316-1c4b-4281-b951-d872f2087c98
-
rtenneti@chromium.org authored
as early as possible (even before host resokution has started). Create QuicServerInfo in QuicStreamFactory and pass the ownership to QuicCryptoClientConfig::CachedState. This is a parital release. Will be hooking up persisting and reading of the data (including waiting for the disk read to finish) in the next release. R=wtc@chromium.org Review URL: https://codereview.chromium.org/149413008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@248905 0039d316-1c4b-4281-b951-d872f2087c98
-
rch@chromium.org authored
BUG=335275 Review URL: https://codereview.chromium.org/144623006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@248904 0039d316-1c4b-4281-b951-d872f2087c98
-
hush@chromium.org authored
BUG=340100 Review URL: https://codereview.chromium.org/132913007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@248903 0039d316-1c4b-4281-b951-d872f2087c98
-
yukishiino@chromium.org authored
Replaces obsolete methods of gfx::Font and gfx::FontList with new ones. BUG=265485 TEST=Run unit_tests. Review URL: https://codereview.chromium.org/152343006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@248902 0039d316-1c4b-4281-b951-d872f2087c98
-
xiyuan@chromium.org authored
None guest users include authenticated users (regular user, owner), kiosk users and login screen where there is no user. BUG=340843 Review URL: https://codereview.chromium.org/154863003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@248901 0039d316-1c4b-4281-b951-d872f2087c98
-
jdduke@chromium.org authored
The RenderWidgetHostViewAndroid::HasTouchEventHandlers notification is no longer used, remove accordingly. Review URL: https://codereview.chromium.org/153953003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@248900 0039d316-1c4b-4281-b951-d872f2087c98
-
lambroslambrou@chromium.org authored
This localizes just the application name (so that Official builds of the Android app will be called "Chrome Remote Desktop"). Followup CLs will make the remaining strings localizable. BUG=270362 Review URL: https://codereview.chromium.org/149293002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@248899 0039d316-1c4b-4281-b951-d872f2087c98
-
wtc@chromium.org authored
For future extensibility, encode the fields of QuicPublicResetPacket as a CryptoHandshakeMessage, which is essentially a QuicTagValueMap. Move the CryptoHandshakeMessage class to its own files. Move the QuicTagValueMap type from crypto_protocol.h to quic_protocol.h. Merge internal CL: 60963943 Note: net/quic/crypto/crypto_handshake_message.{cc,h} were added separately in https://codereview.chromium.org/154643006. R=rch@chromium.org,rtenneti@chromium.org BUG=none TEST=net_unittests Review URL: https://codereview.chromium.org/147763009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@248898 0039d316-1c4b-4281-b951-d872f2087c98
-
yoshiki@chromium.org authored
BUG=340948 TEST=manually tested R=hirono@chromium.org Review URL: https://codereview.chromium.org/144713008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@248897 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@248896 0039d316-1c4b-4281-b951-d872f2087c98
-
benchan@chromium.org authored
BUG=256855 Review URL: https://codereview.chromium.org/146523003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@248895 0039d316-1c4b-4281-b951-d872f2087c98
-
rogerta@chromium.org authored
The functionality is the same, just moving the code to a new place. BUG=333995 Review URL: https://codereview.chromium.org/144013009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@248894 0039d316-1c4b-4281-b951-d872f2087c98
-
xiyuan@chromium.org authored
- Update password confirm UI per mock; - Show password confirm UI with an error message after 1st failed attempt; - Rename message box screen to fatal error screen; - Show fatal error screen on 2nd failed attempt; BUG=330206 Review URL: https://codereview.chromium.org/137803008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@248893 0039d316-1c4b-4281-b951-d872f2087c98
-
vivek.vg@samsung.com authored
Implment UnusedResourcesAreAvailable to send the unused resources back if there are no pending ACKs. Also handle the LoseAllResources from ResourceCollection to send back the resources. R=danakj, sievers Review URL: https://codereview.chromium.org/153683002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@248892 0039d316-1c4b-4281-b951-d872f2087c98
-
kinuko@chromium.org authored
As a preparation to implement DispatchInstallEvent(), this implements following two methods: - SendMessage() - SendMessageAndRegisterCallback() Unlike my previous patches, this supports: - Sending messages without explicitly starting the worker - Sending multiple messages concurrently - Receiving a response for each message Now each message can be sent with a unique 'request_id', which can be used to send back a response to a particular message. BUG=313530 TEST=ServiceWorkerVersionTest.\* R=alecflett@chromium.org Review URL: https://codereview.chromium.org/139923005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@248889 0039d316-1c4b-4281-b951-d872f2087c98
-
hirono@chromium.org authored
Previously, files.app opens drive apps in the desktop of the running profile. This CL adds lines to move the opened browser to the active desktop. BUG=336093 TEST=manually Review URL: https://codereview.chromium.org/153543003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@248888 0039d316-1c4b-4281-b951-d872f2087c98
-
yukishiino@chromium.org authored
Replaces obsolete methods of gfx::Font and gfx::FontList with new ones. BUG=265485 TEST=Run ui_unittests. Review URL: https://codereview.chromium.org/152733002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@248887 0039d316-1c4b-4281-b951-d872f2087c98
-
mtomasz@chromium.org authored
Because of a typo during refactoring, the url wasn't passed correctly. This patch fixes the typo. TEST=Tested manually with an image on the downloads shelf. BUG=340176 Review URL: https://codereview.chromium.org/145973017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@248886 0039d316-1c4b-4281-b951-d872f2087c98
-
jww@chromium.org authored
Password manager now ignores autocomplete='off' by default; user may specify a flag that says otherwise. (Recommit after original commit reverted in https://codereview.chromium.org/130183003 due to unit test memory leak.) BUG=177288 Review URL: https://codereview.chromium.org/146023002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@248885 0039d316-1c4b-4281-b951-d872f2087c98
-
jiayl@chromium.org authored
Also use bold font for the stats table of the active ICE connection for highlight. BUG=244648 Review URL: https://codereview.chromium.org/68103011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@248882 0039d316-1c4b-4281-b951-d872f2087c98
-
michaelpg@chromium.org authored
```------------------------------ "Signin" is not a word. "Sign into" doesn't make any more sense than "sign outof". As a phrasal verb, it stands as a unit. * "Bob signed in to Chromium to sync his settings." * "Bob signed into Chromium, and it hurt. Next time he'll be more careful while signing and walking in the chemistry lab." Don't hurt Bob. As a phrasal noun, "sign-in" should be hyphenated. Follow these simple[1] rules for correct usage: * "signin" is not a word * "sign in to", not "sign into" (you wouldn't "sign outof" Chrome) * as a noun or noun adjunct, "sign-in", not "sign in": "Sign-in happens at the sign-in screen." * as a participle + adverb: * "signed-in" before a noun: "who is the signed-in cat?" * "signed in" after a noun: "why is the cat signed in?" Additionally, do not capitalize "in" or "out" in title case. * "Sign in Again", not "Sign In Again" [1] May not be simple. ``` ------------------------------ Secondly, we should say "sign in" instead of "log in" in most places. --------------------------------- Sources: * go/uxwordlist * https://net.educause.edu/elements/attachments/educause/pdf/ch07_tab01.pdf I'd like to have kuscher check my work. Including aruslan and derat for sign-off because the changes are somewhat extensive. BUG=315617 NOPRESUBMIT=true R=kuscher@chromium.org, bulach@chromium.org, derat@chromium.org Review URL: https://codereview.chromium.org/145273019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@248881 0039d316-1c4b-4281-b951-d872f2087c98
-
damienv@chromium.org authored
BUG=340426 Review URL: https://codereview.chromium.org/145973012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@248880 0039d316-1c4b-4281-b951-d872f2087c98
-
gavinp@chromium.org authored
This should make debugging webkit unit tests a bit easier. R=jochen@chromium.org,japhet@chromium.org BUG=None Review URL: https://codereview.chromium.org/139783014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@248877 0039d316-1c4b-4281-b951-d872f2087c98
-
anandc@chromium.org authored
Create 2 benchmarks for ChromeOS devices, one playing only 4-content, the other playing all other test content. BUG=339837 Review URL: https://codereview.chromium.org/134243003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@248876 0039d316-1c4b-4281-b951-d872f2087c98
-
jkarlin@chromium.org authored
when in icognito mode. This variable should always be initialized, not just in incognito mode. BUG=339909 Review URL: https://codereview.chromium.org/148983006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@248873 0039d316-1c4b-4281-b951-d872f2087c98
-
pavely@chromium.org authored
When Register fails with transient erro retry with exponential backoff. BUG=335670 Review URL: https://codereview.chromium.org/144383008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@248872 0039d316-1c4b-4281-b951-d872f2087c98
-
danakj@chromium.org authored
This is printed in every browser test, and just adds noise. Switch it to LOG_IF so it's only printed when needed. R=kinaba@chromium.org BUG=339891 Review URL: https://codereview.chromium.org/149533005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@248871 0039d316-1c4b-4281-b951-d872f2087c98
-
Hokein.Wu@gmail.com authored
Allow windows developsers to run app_shell. BUG=None TEST=Build app_shell on windows with use_aura=1, it launches normally. Review URL: https://codereview.chromium.org/136093011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@248870 0039d316-1c4b-4281-b951-d872f2087c98
-
horo@chromium.org authored
- Stop sending the worker script from the renderer. - In this change we can remove the pending instances in WorkerServiceImpl. This is step 4 of moving the worker script loading code from the renderer process to the worker process. See: http://crbug.com/329786 BUG=329786 Review URL: https://codereview.chromium.org/133093003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@248869 0039d316-1c4b-4281-b951-d872f2087c98
-
shashishekhar@chromium.org authored
Add support for distilling multiple pages, currently support is really basic and just distills pages sequentially. BUG=288015 TEST=included NOTRY=true R=cjhopman@chromium.org Review URL: https://codereview.chromium.org/146843010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@248867 0039d316-1c4b-4281-b951-d872f2087c98
-
stevet@chromium.org authored
BUG=340330 Review URL: https://codereview.chromium.org/147793005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@248866 0039d316-1c4b-4281-b951-d872f2087c98
-
vitalybuka@chromium.org authored
TBR=thestig BUG=340563 Review URL: https://codereview.chromium.org/153553002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@248865 0039d316-1c4b-4281-b951-d872f2087c98
-
hirono@chromium.org authored
Previously, if the sync took a time, the message never disappeared. This was caused by drop of the callback() invokation in AsyncUtil.Queue. This CL fixes it. BUG=340419 TEST=manually Review URL: https://codereview.chromium.org/153663002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@248864 0039d316-1c4b-4281-b951-d872f2087c98
-
calamity@chromium.org authored
The extension uninstall dialog currently only accepts 128x128 or larger icons. Bookmark apps may not have this icon size. Since the 48x48 icon is shown in the launcher, bookmark apps should use that icon in the extension uninstall dialog to prevent the case of having an icon in the launcher, but not in the uninstall dialog. BUG=318607 Review URL: https://codereview.chromium.org/153393002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@248863 0039d316-1c4b-4281-b951-d872f2087c98
-
jyasskin@chromium.org authored
Flake at http://build.chromium.org/p/chromium.memory.fyi/builders/Chromium%20OS%20%28valgrind%29%284%29/builds/24523/steps/memory%20test%3A%20unit/logs/stdio [ RUN ] WebRequestConditionAttributeTest.ResponseHeaders [4593:4593:0203/083335:1568179503:ERROR:local_test_server_posix.cc(76)] poll() timed out; bytes_read=0 [4593:4593:0203/083335:1568183325:ERROR:local_test_server_posix.cc(159)] Could not read server_data_len HTTP server started on 127.0.0.1:55369... sending server_data: {"host": "127.0.0.1", "port": 55369} (36 bytes) ../../chrome/browser/extensions/api/declarative_webrequest/webrequest_condition_attribute_unittest.cc:508: Failure Value of: test_server.Start() Actual: false Expected: true [ FAILED ] WebRequestConditionAttributeTest.ResponseHeaders (11177 ms) BUG= Review URL: https://codereview.chromium.org/137433010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@248862 0039d316-1c4b-4281-b951-d872f2087c98
-
dongseong.hwang@intel.com authored
Currently, some code uses the type variable to check the type of the given resource, while other code uses the shared_bitmap, pixels or mailbox variable to check the same condition. This CL makes all code use the type variable for this purpose. In addition, this CL clarify texture_pool can be non-null only if the type is Texture and the origin is Internal. In addition, add several DCHECKs to increase readability. BUG=337519 Review URL: https://codereview.chromium.org/135273008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@248861 0039d316-1c4b-4281-b951-d872f2087c98
-
yukishiino@chromium.org authored
BUG=260347 TEST=Done manually. Review URL: https://codereview.chromium.org/149153005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@248860 0039d316-1c4b-4281-b951-d872f2087c98
-
varkha@chromium.org authored
Makes it easier to snap or dock windows near the edges when using touch. This is a followup on https://codereview.chromium.org/58973004/ to make the subsequent drags in the snapping sequence use the same touch fuzzing as the initial drag. BUG=316645 TEST=ash_unittests --gtest_filter=*SystemGestureEventFilterTest.Drag*NearEdgeSnaps* TEST=Manual: 1. Snap a 500px wide browser window using touch screen. 2. Continue drag to dock a window. Review URL: https://codereview.chromium.org/153893005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@248857 0039d316-1c4b-4281-b951-d872f2087c98
-