- 15 Mar, 2012 40 commits
-
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126887 0039d316-1c4b-4281-b951-d872f2087c98
-
timurrrr@chromium.org authored
BUG=100235,106104,109485,111371,113638,84779,87094,87408,90967 TEST=http://chromium-build-logs.appspot.com/suppression_query?suppression_query=bug_XXX rocks! TBR=dhollowa Review URL: https://chromiumcodereview.appspot.com/9702066 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126886 0039d316-1c4b-4281-b951-d872f2087c98
-
mstarzinger@chromium.org authored
R=jkummerow@chromium.org Review URL: http://codereview.chromium.org/9703055 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126885 0039d316-1c4b-4281-b951-d872f2087c98
-
jochen@chromium.org authored
It appears to be a common pattern that extensions don't invoke the responseCallback, and so the port objects leak. Register a callback that triggers when the responseCallback is finalized to free up these resources. BUG=114738, 93566 TEST=manual Review URL: http://codereview.chromium.org/9693048 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126884 0039d316-1c4b-4281-b951-d872f2087c98
-
timurrrr@chromium.org authored
This might come at a performance price but I don't think this is important for valgrind.sh (please note the tests on the bots are started using a different runner) BUG=113513 TEST=http://code.google.com/p/chromium/issues/detail?id=113513#c8 Review URL: http://codereview.chromium.org/9666056 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126883 0039d316-1c4b-4281-b951-d872f2087c98
-
joaodasilva@chromium.org authored
Removed the key-checksum field (which is unnecessary), and added the online-only field. BUG=chromium-os:25463 TEST=All works as before Review URL: http://codereview.chromium.org/9691046 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126882 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome://downloadsyfriedman@chromium.org authored
On Android we use the native download manager (and this is causing link errors). BUG=117407 TEST= Review URL: http://codereview.chromium.org/9689058 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126881 0039d316-1c4b-4281-b951-d872f2087c98
-
akalin@chromium.org authored
BUG=118371 TEST= TBR=markusheintz@chromium.org Review URL: https://chromiumcodereview.appspot.com/9702065 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126880 0039d316-1c4b-4281-b951-d872f2087c98
-
timurrrr@chromium.org authored
BUG=118370 TBR=dhollowa Review URL: https://chromiumcodereview.appspot.com/9704051 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126879 0039d316-1c4b-4281-b951-d872f2087c98
-
markusheintz@chromium.org authored
Revert 126866 - Added SetPrinterInfo to include information about printer driver. This information will be added by Chrome (in different CL) just before performing error-prone printer related operations. BUG=108194 TEST=none Review URL: http://codereview.chromium.org/9600060 TBR=vitalybuka@chromium.org git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126878 0039d316-1c4b-4281-b951-d872f2087c98
-
timurrrr@chromium.org authored
BUG=118365,118367 TBR=dhollowa Review URL: https://chromiumcodereview.appspot.com/9702064 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126877 0039d316-1c4b-4281-b951-d872f2087c98
-
serya@google.com authored
Making the selectedIndex property setters of ListSelectionModel and ListSingleSelectionModel behave consistently. Also now language list has leadItem when appears first time. BUG=chromium:117883 TEST=Test single selection lists: cookies, languages, profiles. Review URL: https://chromiumcodereview.appspot.com/9705015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126876 0039d316-1c4b-4281-b951-d872f2087c98
-
ygorshenin@chromium.org authored
BUG=108277 TEST=OutOfProcessPPAPITest.TCPServerSocketPrivate Review URL: http://codereview.chromium.org/9669038 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126873 0039d316-1c4b-4281-b951-d872f2087c98
-
akalin@chromium.org authored
Also move related test files. Move WriteNode::UpdateEntryWithEncryption to nigori_util.h. Clean up defines and dependencies. In particular, get rid of SYNC_ENGINE_VERSION_STRING and hard-code the string in the single place it's used. Rename data_encryption.* to data_encryption_win.* and add a pragma for crypt32.lib. Clean up exit-time constructor warnings in sync{able,er}_unittest.cc. Remove some unused files. BUG=117585 TEST= TBR=jhawkins@chromium.org Review URL: https://chromiumcodereview.appspot.com/9699057 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126872 0039d316-1c4b-4281-b951-d872f2087c98
-
erikwright@chromium.org authored
In the initial step, forwarding headers are left in net/base/cookie_*h . After all clients are updated these will be removed and erikwright will be removed from net/base/OWNERS BUG=70818 TEST=compilation Review URL: http://codereview.chromium.org/9703011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126871 0039d316-1c4b-4281-b951-d872f2087c98
-
mazda@chromium.org authored
Benchmark results of copying a 1280 x 800 pixels using CopyFromCompositingSurface or CopyFromBackingSurface are as follows. FromCompositingSurface: 40.00 ms FromBackingStore: 2.12 ms I'm prepareing the following CLs and these will come soon, - Support Mac and Chrome OS (Aura) - Reduce the number of pixels to copy from the compositing surface for performance improvement BUG=96351 TEST=Manual Review URL: http://codereview.chromium.org/9582003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126870 0039d316-1c4b-4281-b951-d872f2087c98
-
gman@chromium.org authored
TEST=tested by hand BUG=none R=apatrick@chromium.org Review URL: http://codereview.chromium.org/9706042 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126869 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-release@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126868 0039d316-1c4b-4281-b951-d872f2087c98
-
vitalybuka@chromium.org authored
Added SetPrinterInfo to include information about printer driver. This information will be added by Chrome (in different CL) just before performing error-prone printer related operations. BUG=108194 TEST=none Review URL: http://codereview.chromium.org/9600060 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126866 0039d316-1c4b-4281-b951-d872f2087c98
-
jnd@chromium.org authored
Also make BaseTestServer's dtor virtual protected to prevent the BaseTestServer pointer being directly deleted. BUG=None TEST=net_unittests should pass. Review URL: https://chromiumcodereview.appspot.com/9704008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126865 0039d316-1c4b-4281-b951-d872f2087c98
-
dbeam@chromium.org authored
pages to make re-initialization work as expected. Additionally, ignore some events that might get us into a wasteful scenario. BUG=117671 TEST=Session restore or re-clicking same nav item loads settings correctly, no regressions. R=csilv,estade,mirandac,kevers Review URL: https://chromiumcodereview.appspot.com/9693032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126864 0039d316-1c4b-4281-b951-d872f2087c98
-
piman@chromium.org authored
BUG=118036 TEST=open 2 composited tabs that draw (e.g. flash video), quick swap between them with ctrl-tab, observe no hang. Review URL: http://codereview.chromium.org/9703044 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126863 0039d316-1c4b-4281-b951-d872f2087c98
-
kinaba@chromium.org authored
IME benefits from knowing what portion of text is selected inside a text editing plugin. This change is to implement a Pepper API for doing it. It consists of three API functions: 1. Browser asks plugins by PPP_TextInput_Dev::RequestSurroundingText() to send such info. 2. Plugin must reply the query by PPB_TextInput_Dev::UpdateSurroundingText(). 3. Additionally, plugin notifies the browser by PPB_TextInput_Dev::SelectionChanged() that the selection is changed. Typically triggers the steps 1->2. Intention of the API design is (1) to avoid synchronous IPC, and (2) to keep the room to implement it in an optimal and right way, that is, expensive send of selection text happens only when needed (= "IME requiring the info is on" + "selection indeed changed in the plugin"), though the current impl in the patch is not necessary like that (for sake of simplicity). The changes in the API is in: * ppapi/c/dev/ppb_text_input_dev.h * ppapi/c/dev/ppp_text_input_dev.h The browser side implementation mostly resides in: * content/renderer/render_view_impl.cc * content/renderer/pepper/pepper_plugin_delegate_impl.{h,cc} * webkit/plugins/ppapi/ppapi_plugin_instance.{h,cc} The other files are for wiring necessary cables. BUG=101101 TEST=Manual: make ppapi_example_ime and run ./your/chrome --register-pepper-plugins=\ "/path/to/ppapi_example_ime.plugin;application/x-ppapi-example-ime" \ --ppapi-out-of-process \ file:///path/to/ppapi/examples/ime/ime.html Try some IME that supports reconversion (e.g., Google Japanese Input on Windows). Review URL: http://codereview.chromium.org/8769003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126862 0039d316-1c4b-4281-b951-d872f2087c98
-
dbeam@chromium.org authored
TBR=estade BUG=None? TEST=Delete buttons in lists actually do something. NOTRY=true Review URL: http://codereview.chromium.org/9706052 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126861 0039d316-1c4b-4281-b951-d872f2087c98
-
thestig@chromium.org authored
BUG=none TEST=none Review URL: http://codereview.chromium.org/9703013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126860 0039d316-1c4b-4281-b951-d872f2087c98
-
hashimoto@chromium.org authored
BUG=chromium-os:16557 TEST=build success Review URL: http://codereview.chromium.org/9702005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126859 0039d316-1c4b-4281-b951-d872f2087c98
-
msw@chromium.org authored
1) text in bubble should be black (title can stay blue) -> Made radio buttons and checkbox explicitly black. 2) fix alignment of radios/checkboxes (work w/ roma@) align checkbox to left of text (“S” in “Send” in title) -> Add local CheckboxNativeThemeBorder without left/right insets, removed padding column. 3) when you hit [Send] button -> change button text to “Sending...” (disable Send and Cancel button) button size should not change -> Set Sending... text in disabled Send button during animation. 4) then “Sent!” (disabled Send and Cancel buttons) (for a few seconds) then dismiss the bubble automatically ideally, we would add the error message to this bubble inline instead of showing a new bubble (not gating for launch) -> Set Sent/Error text in Send button; close after 3s (on success), add red error message on failure. BUG=102709 TEST=Updated bubble looks as prescribed. Review URL: https://chromiumcodereview.appspot.com/9702016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126858 0039d316-1c4b-4281-b951-d872f2087c98
-
mseaborn@chromium.org authored
The new interface is C-based so the CreateMemoryObject() callback now takes an int rather than a bool. I have opted to wrap content::MakeSharedMemorySegmentViaIPC() rather than change the types in the "content" tree: arguably NaCl's use of a C interface here should not spill over too far into Chromium's C++ code. BUG=http://code.google.com/p/nativeclient/issues/detail?id=2651 TEST=nacl_integration Review URL: https://chromiumcodereview.appspot.com/9695062 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126855 0039d316-1c4b-4281-b951-d872f2087c98
-
oshima@chromium.org authored
LoadURL and DidStartLoading. Failing test has no DidStartLoading (in RVHImpl) in failing test, so the request must be lost somewhere. This will tell us where the request gets lost. BUG=chromium-os:26646 TEST=none Review URL: https://chromiumcodereview.appspot.com/9709001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126854 0039d316-1c4b-4281-b951-d872f2087c98
-
falken@google.com authored
It seems it needed to be added to api_page_generator.js. Also, renamed experimental.fonts.json to experimental.fontSettings.json for consistency. BUG=114148 TEST=none Review URL: https://chromiumcodereview.appspot.com/9689054 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126853 0039d316-1c4b-4281-b951-d872f2087c98
-
kinaba@chromium.org authored
Uploading counterpart of http://crrev.com/124146. Provide a method for the users of URLFetcher to obtain upload progress. Different from the download case, even the internals of URLFetcher (= URLRequest) doesn't provide callback mechanism for upload progress. So the current implementation runs a timer and poll the progress status. BUG=chromium-os:27370 TEST=content_unittests --gtest_filter='*URLFetcher*' Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=126589 Reverted: https://src.chromium.org/viewvc/chrome?view=rev&revision=126611 (XP test bots hung at URLFetcher test) Review URL: https://chromiumcodereview.appspot.com/9618051 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126850 0039d316-1c4b-4281-b951-d872f2087c98
-
mmenke@chromium.org authored
easier to sort in about:net-internals, making the world a happier, fuzzier place. Also slightly simplifies the functions to add NetLog entries, and makes it impossible to create a BoundNetLog with both an invalid source and a non-NULL NetLog. BUG=116597 Review URL: https://chromiumcodereview.appspot.com/9585026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126849 0039d316-1c4b-4281-b951-d872f2087c98
-
rsleevi@chromium.org authored
Exposed GetSecurityState and GetPageType to pyAuto. The GetSecurityState retrieves different security states for the current tab. The GetPageType returns the type of page showing (normal, interstitial, error). Added additional tests that uses the exposed hooks. - testSSLCertOK - testSSLCertIsExpiredAndCertNameMismatches - testSSLCertAuthorityOK TEST=none BUG=none Review URL: https://chromiumcodereview.appspot.com/9535022 TBR=dyu@chromium.org Review URL: https://chromiumcodereview.appspot.com/9705052 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126848 0039d316-1c4b-4281-b951-d872f2087c98
-
tim@chromium.org authored
BUG=none TEST=type that command. see tests run. Review URL: https://chromiumcodereview.appspot.com/9545019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126847 0039d316-1c4b-4281-b951-d872f2087c98
-
kinaba@chromium.org authored
GDataOperationRegistry needs this information to provide user-friendly list of in-flight operations. BUG=chromium-os:27371 TEST=unit_test --gtest_filter='*GData*' Review URL: https://chromiumcodereview.appspot.com/9705048 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126846 0039d316-1c4b-4281-b951-d872f2087c98
-
kalman@chromium.org authored
BUG= TEST= Review URL: https://chromiumcodereview.appspot.com/9691033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126845 0039d316-1c4b-4281-b951-d872f2087c98
-
yusukes@google.com authored
Currently InputMethodMenu continues to read/write the /home/chronos/Default/Preferences file, rather than /home/chronos/user/Preferences, even after sign in because InputMethodMenu gets a pointer to Profile by calling ProfileManager::GetDefaultProfile() *before* sign in. We have to do it after sign in since the GetDefaultProfile() function returns a different instance depending on the user is signed in or not. This is the same fix as http://crrev.com/125787 . BUG=118142 TEST=see the bug Review URL: https://chromiumcodereview.appspot.com/9651023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126844 0039d316-1c4b-4281-b951-d872f2087c98
-
jam@chromium.org authored
BUG=118345 Review URL: https://chromiumcodereview.appspot.com/9702061 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126843 0039d316-1c4b-4281-b951-d872f2087c98
-
kochi@google.com authored
This will properly disable "Disconnect my account..." button on ChromeOS. cr.isChromeOs (note the last small "s", not capital "S") returned "undefined" and thus "Disconnect..." button's hidden attribute was always false (i.e. visible on ChromeOS). BUG=116342 TEST=manually open chrome://settings with signed-in account and see "Disconnect your google account" button won't appear. Review URL: https://chromiumcodereview.appspot.com/9702051 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126842 0039d316-1c4b-4281-b951-d872f2087c98
-
msw@chromium.org authored
Replace chrome/app/theme/mobile[_lit][_1_25x|2x].png files. Roma made these new images after UI review (3/13/12). I ran PNGCrush and PNGSlim (6,691 bytes -> 804 bytes). BUG=102709 TEST=New images shown Review URL: https://chromiumcodereview.appspot.com/9700052 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126841 0039d316-1c4b-4281-b951-d872f2087c98
-