- 21 Jun, 2013 40 commits
-
-
gab@chromium.org authored
This was likely disabled originally because the import mechanism used to require a message window to wait on the import process. Now that the import process is gone (http://crrev.com/201837) this can simply be re-enabled without changing anything else :)! BUG=176606 Review URL: https://chromiumcodereview.appspot.com/17115013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207762 0039d316-1c4b-4281-b951-d872f2087c98
-
jrummell@chromium.org authored
As part of the work to simplify the handling of audio data, adding this class to create a queue of audio data. Using this class will come in a subsequent CL. BUG=248989 Review URL: https://chromiumcodereview.appspot.com/17112016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207761 0039d316-1c4b-4281-b951-d872f2087c98
-
navabi@google.com authored
The emulator bot currently fails when waiting for the sdcard. The emulator does not fail when the emulator has an sdcard image present. This CL creates and adds the sdcard image for emulators. TBR=cmp@chromium.org BUG=164911 Review URL: https://chromiumcodereview.appspot.com/17094019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207760 0039d316-1c4b-4281-b951-d872f2087c98
-
wtc@chromium.org authored
prevent ClientHello from being larger than 256 bytes. Some broken servers can't handle a large ClientHello. R=agl@chromium.org,rsleevi@chromium.org BUG=90392,245500,247691 TEST=none Review URL: https://chromiumcodereview.appspot.com/17094016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207759 0039d316-1c4b-4281-b951-d872f2087c98
-
glider@chromium.org authored
Issue 252209 - leaks in WebCore::ResourceHandle::create Issue 252228 - leaks in workers/terminate-during-sync-operation.html Issue 252241 - leaks in content::ContentMain (also updated suppression for issue 245828) Issue 252615 - leak in DisplayControllerTest.XWidowNameForRootWindow BUG=252209,252241,252228,245828,252615 TBR=eugenis@chromium.org Review URL: https://codereview.chromium.org/16933004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207758 0039d316-1c4b-4281-b951-d872f2087c98
-
xhwang@chromium.org authored
TBR=yfriedman@chromium.org BUG=252042 TEST=none Review URL: https://chromiumcodereview.appspot.com/17022008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207757 0039d316-1c4b-4281-b951-d872f2087c98
-
alexeypa@chromium.org authored
Moved remoting::win::MessageWindow to base::win::MessageWindow so that it could be re-used outside of src/remoting. BUG=241939 Review URL: https://chromiumcodereview.appspot.com/16780006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207756 0039d316-1c4b-4281-b951-d872f2087c98
-
bartfab@chromium.org authored
This CL adds device policies that provide control over the default state of the following four accessibility settings on the login screen: * Large cursor * Spoken feedback * High contrast mode * Screen magnifier type The User can temporarily override the settings but the defaults are restored whenever the login screen is shown anew or the user remains idle on the login screen for one minute. BUG=225955, 225956, 243350, 247298 TEST=New unittests + new browsertests + manual in VM Review URL: https://chromiumcodereview.appspot.com/16658015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207755 0039d316-1c4b-4281-b951-d872f2087c98
-
mgiuca@chromium.org authored
BUG=246470 Review URL: https://chromiumcodereview.appspot.com/15800004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207754 0039d316-1c4b-4281-b951-d872f2087c98
-
jar@chromium.org authored
BUG=252051 r=rch@chromium.org Review URL: https://chromiumcodereview.appspot.com/16999008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207753 0039d316-1c4b-4281-b951-d872f2087c98
-
bryeung@chromium.org authored
This allows the insertion of text that does not directly correspond to key codes. The new API introduced is a temporary solution to allow us to continue prototyping the virtual keyboard and understanding how the implementation will interact with IMEs until proper IME integration can be achieved. BUG=237533 Review URL: https://chromiumcodereview.appspot.com/16972006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207752 0039d316-1c4b-4281-b951-d872f2087c98
-
jshin@chromium.org authored
bashi is commented out for now. BUG=NONE TEST=NONE TBR=cpu Review URL: https://chromiumcodereview.appspot.com/16347020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207751 0039d316-1c4b-4281-b951-d872f2087c98
-
gab@chromium.org authored
Make the browser<-->metro_viewer IPC channel name a constant instead of hardcoding it in a few places and passing it via a flag. Supporting a more generic use case via flags was making things more complicated for no apparent reason (other than perhaps one day supporting a random-channel-id -- I removed that TODO in this CL). This simplification will make it easier to introduce some sort of --viewer-launch-via-appid-and-connect flag for https://codereview.chromium.org/16022003/ BUG=179830 TEST=Can still launch Ash in Metro. Review URL: https://chromiumcodereview.appspot.com/15731003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207750 0039d316-1c4b-4281-b951-d872f2087c98
-
akuegel@chromium.org authored
BUG=241377 R=oshima@chromium.org Review URL: https://codereview.chromium.org/16983010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207749 0039d316-1c4b-4281-b951-d872f2087c98
-
benm@chromium.org authored
While the WebView GL path is still under development, we fall back to the SW path which uses a renders into a View-sized bitmap if a HW draw is requested. When drawing into a Canvas, there are maximum dimensions imposed on bitmaps that can be drawn into it, and when using a HW Canvas the limits are quite small (based on maximum GL texture size) This patch adds a size check on the bitmap we create if we intend it to be drawn into a Canvas. This means content may be cropped, but for testing some content is better than no content. Review URL: https://chromiumcodereview.appspot.com/17274013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207747 0039d316-1c4b-4281-b951-d872f2087c98
-
jeremycho@chromium.org authored
Add setVoiceSearchSupported to the searchbox API. This will be used to determine whether to show a microphone icon in the Omnibox. BUG=251384 Review URL: https://chromiumcodereview.appspot.com/17132011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207746 0039d316-1c4b-4281-b951-d872f2087c98
-
jackhou@chromium.org authored
The class fits better here because it only deals with profiles. Added profile_loader_unittest.cc BUG=168080 TEST=There should be no change in behavior. Review URL: https://chromiumcodereview.appspot.com/16766003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207745 0039d316-1c4b-4281-b951-d872f2087c98
-
elijahtaylor@chromium.org authored
BUG=237251 TEST= Review URL: https://chromiumcodereview.appspot.com/14973007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207744 0039d316-1c4b-4281-b951-d872f2087c98
-
hashimoto@chromium.org authored
To share ResourceMetadataStorage with FileCache, the ownership of the storage is moved from ResourceMetadata. BUG=234487 TEST=unit_tests R=kinaba@chromium.org Review URL: https://codereview.chromium.org/17004011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207742 0039d316-1c4b-4281-b951-d872f2087c98
-
justinlin@chromium.org authored
BUG=222287 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=207400 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=207600 Review URL: https://chromiumcodereview.appspot.com/17354003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207741 0039d316-1c4b-4281-b951-d872f2087c98
-
chromeos-lkgm@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207740 0039d316-1c4b-4281-b951-d872f2087c98
-
thestig@chromium.org authored
Review URL: https://chromiumcodereview.appspot.com/15600006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207739 0039d316-1c4b-4281-b951-d872f2087c98
-
dmazzoni@google.com authored
Allow AccessibilityHostMsg_Notifications messages to be sent from the renderer while it is swapped out, to prevent getting stuck BUG=243847 R=creis@chromium.org Review URL: https://codereview.chromium.org/16903002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207738 0039d316-1c4b-4281-b951-d872f2087c98
-
mazda@chromium.org authored
I added the shortcut with Search modifier to the master spreadsheet and enabled the data can be generated by gen_keyboard_overlay_data.py. BUG=None Review URL: https://chromiumcodereview.appspot.com/17095007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207737 0039d316-1c4b-4281-b951-d872f2087c98
-
sehr@chromium.org authored
This allows the "Portable Native Client" flag to work correctly. BUG= https://code.google.com/p/nativeclient/issues/detail?id=3440 Review URL: https://chromiumcodereview.appspot.com/16959023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207736 0039d316-1c4b-4281-b951-d872f2087c98
-
yhirano@chromium.org authored
Introduce RequestWebSocketStream into HttpStreamFactory to reuse its functionality that handles socket pool, proxy and SSL. BUG=237444 Review URL: https://chromiumcodereview.appspot.com/14813024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207735 0039d316-1c4b-4281-b951-d872f2087c98
-
lambroslambrou@chromium.org authored
This CL makes the Chromoting host clipboard handling match what Chrome does on Linux: it listens only for CLIPBOARD changes, but sets both CLIPBOARD and PRIMARY selections. This also fixes the problem of the Linux host copying PRIMARY to CLIPBOARD: When the user mouse-selected some text, the host process would assert CLIPBOARD ownership with that selected text. This clobbered any previous CLIPBOARD data, and frustrated the user. BUG=169965 TEST=manually verify clipboard contents using "xsel" or similar. Review URL: https://chromiumcodereview.appspot.com/17513003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207734 0039d316-1c4b-4281-b951-d872f2087c98
-
jackhou@chromium.org authored
Broke this in http://crrev.com/17366002 ProfileManager::GetProfile() takes the full path to the profile, not the base name. BUG=168080 Review URL: https://chromiumcodereview.appspot.com/17524003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207733 0039d316-1c4b-4281-b951-d872f2087c98
-
ahutter@chromium.org authored
BUG= 252363 Review URL: https://chromiumcodereview.appspot.com/16831025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207732 0039d316-1c4b-4281-b951-d872f2087c98
-
jianli@chromium.org authored
This occurs because right-clicking a link on Mac also selects it. We need to check for link before selection. BUG=249546 TEST=Manual test by creating a panel and right clicking on a link Review URL: https://chromiumcodereview.appspot.com/17440004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207731 0039d316-1c4b-4281-b951-d872f2087c98
-
nhiroki@chromium.org authored
BUG=none TEST=unit_tests --gtest_filter=\*APIUtilTest\* NOTRY=true Review URL: https://chromiumcodereview.appspot.com/17291017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207730 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207729 0039d316-1c4b-4281-b951-d872f2087c98
-
steveblock@chromium.org authored
http://build.chromium.org/f/chromium/perf/dashboard/ui/changelog_blink.html?url=/trunk&range=152737:152823&mode=html TBR=dpranke BUG= Review URL: https://codereview.chromium.org/17339003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207728 0039d316-1c4b-4281-b951-d872f2087c98
-
sschmitz@chromium.org authored
This CL implements delayed decoding of PNG data for some theme images and delayed scaling for other scale factors until needed. Created new child of ImageSkiaSource in BrowserThemePack for this purpose. BUG=243831 R=pkotwicz@chromium.org TEST=manual out/Debug/unit_tests --gtest_filter='BrowserThemePackTest.HiDpiThemeTest' Review URL: https://chromiumcodereview.appspot.com/16977007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207727 0039d316-1c4b-4281-b951-d872f2087c98
-
blundell@chromium.org authored
As AutofillManager will be shared by iOS, it should not receive IPC directly. Instead, AutofillDriverImpl now handles IPC reception and forwards to AutofillManager as appropriate. Similarly, this CL also abstracts the content-level concepts of handling frame navigation out of AutofillManager into AutofillDriverImpl. BUG=247015 Review URL: https://chromiumcodereview.appspot.com/17382007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207726 0039d316-1c4b-4281-b951-d872f2087c98
-
rouslan@chromium.org authored
If a user saved an invalid credit card number in chrome://settings/autofillEditCreditCard, then interactive autocomplete should prompt for a valid credit card number before submitting a form. BUG=247205 Review URL: https://chromiumcodereview.appspot.com/17099006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207724 0039d316-1c4b-4281-b951-d872f2087c98
-
boliu@chromium.org authored
Android WebView can only draw when the system asks us to draw. So it is incorrect to perform retroactive begin frames. BUG= NOTRY=true Review URL: https://chromiumcodereview.appspot.com/17520002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207723 0039d316-1c4b-4281-b951-d872f2087c98
-
rch@chromium.org authored
Also, since we expect QUIC for HTTP URLs to run on port 80, changed the tests to use that port. Review URL: https://chromiumcodereview.appspot.com/17410014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207722 0039d316-1c4b-4281-b951-d872f2087c98
-
gab@chromium.org authored
Copy SourceProfile into ExternalProcessImporterClient instead of using a const& since the original SourceProfile might be deleted before ExternalProcessImporterClient uses it on the IO thread in StartProcessOnIOThread(). BUG=248642, 181499 Review URL: https://chromiumcodereview.appspot.com/17245003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207721 0039d316-1c4b-4281-b951-d872f2087c98
-
boliu@chromium.org authored
Visibility is stored in AwContents and native BrowserViewRenderer. It seems to be windowVisible && viewVisible && !mIsPaused. So clean all this up, make sure we don't make unnecessary calls into ContentViewCore. Precursor work to pass visibility from BrowserViewRenderer directly to cc. BUG=250594 NOTRY=true Review URL: https://chromiumcodereview.appspot.com/17291010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207720 0039d316-1c4b-4281-b951-d872f2087c98
-