- 07 Sep, 2013 37 commits
-
-
rkc@chromium.org authored
Attaching a file to feedback is crashing the app since we fail on the AttachedFile validate (since we don't actually send blobs over, the attachedFile.data field is always empty, which fails parameter validation on the Chrome side). The easiest way to fix it was to make the parameter optional, since we never read it anyway. It is only there to hold the data so that the feedback custom bindings can move it into attachedFileBlobUrl. This CL also fixes the sys info, which wasn't being sent due to code that was ported over from the UI incorrectly. The new UI does not need to wait on system information collection, since that is now done via a separate call, making passing around the sys_info variable completely redundant, and in this case wrong. R=asargent@chromium.org BUG=285942,285938 TEST=We are able to attach a file and system information with a feedback report. Review URL: https://chromiumcodereview.appspot.com/23458031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221866 0039d316-1c4b-4281-b951-d872f2087c98
-
ldixon@google.com authored
(Windows XP issue should be fixed by usrsctp DEPS roll: https://codereview.chromium.org/23960004/) BUG= Review URL: https://chromiumcodereview.appspot.com/23766013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221865 0039d316-1c4b-4281-b951-d872f2087c98
-
rkc@chromium.org authored
R=asargent@chromium.org BUG=285413 TEST=Launching feedback in Incognito/Guest mode works and the browser doesn't crash. Review URL: https://chromiumcodereview.appspot.com/23523033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221864 0039d316-1c4b-4281-b951-d872f2087c98
-
tommycli@chromium.org authored
Depends on: https://codereview.chromium.org/23499006/ R=vandebo BUG=151701 Review URL: https://chromiumcodereview.appspot.com/23717027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221863 0039d316-1c4b-4281-b951-d872f2087c98
-
groby@chromium.org authored
The "loading..." shield on OSX had the currently focused UI element "shine through" - i.e. the entire dialog was hidden behind it except for the one focused element. This change makes the loading screen first responder for the duration of its visibility, preventing focus rings. R=sail@chromium.org BUG=none Review URL: https://chromiumcodereview.appspot.com/23477044 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221862 0039d316-1c4b-4281-b951-d872f2087c98
-
teravest@chromium.org authored
Today, PepperFileSystemBrowserHost errnoeously calls Shutdown() on the FileSystemOperationRunner used by the FileSystemContext it gets. This is incorrect; other code in Chrome (or another PepperFileSystemBrowserHost) could be using the same FileSystemOperationRunner, and its operations will be cancelled. BUG=225441 Review URL: https://chromiumcodereview.appspot.com/23466012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221861 0039d316-1c4b-4281-b951-d872f2087c98
-
mvrable@chromium.org authored
Rework the way that new actions are logged in the counting policy so that it properly handles the case where there are duplicate records that weren't properly coalesced. (Duplicate records could arise from clearing URL history, for example.) This comes at the cost of additional queries--an update always takes 2 queries, instead 1 or 2 as before. However, benchmarking shows the cost to be not much different (worst case was ~5% slower, other cases were indistinguishable or even a bit faster). BUG=279465 Review URL: https://chromiumcodereview.appspot.com/23907004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221860 0039d316-1c4b-4281-b951-d872f2087c98
-
apatrick@chromium.org authored
DWM was introduced with Windows Vista. DwmFlush seems to be sufficient to warm it up before lowering the token. DWM is required to present to a window with Vista and later and this allows us to do so with the GPU process sandbox enabled. Enabling the sandbox for this case is not in this patch. Other things are required, such as making the sandbox broker allow certain event objects to be opened from the GPU process. Review URL: https://chromiumcodereview.appspot.com/23992006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221859 0039d316-1c4b-4281-b951-d872f2087c98
-
qinmin@chromium.org authored
This is one of the top crasher on some samsung devices https://crash.corp.google.com/search?query=android.media.MediaCodec.flush Capture some exceptions while we are trying to look into the problem BUG=278464 Review URL: https://chromiumcodereview.appspot.com/23321004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221858 0039d316-1c4b-4281-b951-d872f2087c98
-
michaelpg@chromium.org authored
BUG=282594 TEST=Run ChromeOS with flags: --force-fieldtrials="ShowProfileSwitcher/AlwaysShow/" --multi-profiles Review URL: https://chromiumcodereview.appspot.com/23583037 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221857 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221856 0039d316-1c4b-4281-b951-d872f2087c98
-
eseidel@chromium.org authored
http://build.chromium.org/f/chromium/perf/dashboard/ui/changelog_blink.html?url=/trunk&range=157369:157375&mode=html TBR= BUG= Review URL: https://chromiumcodereview.appspot.com/24054002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221855 0039d316-1c4b-4281-b951-d872f2087c98
-
brianderson@chromium.org authored
Readback doesn't have all its steps synchronized properly with impl side painting enabled. This patch prevents the readback commit from being swapped to screen and avoids using non-readback commits for readback by adding a SynchronousReadbackState. This patch also gives forced draws due to checkerboarding its own ForcedReadback state that behaves independently of readback. Previously readback and forced draws shared drawing mechanisms, but we want readbacks to occur ASAP while we want forced draws to occur inline with the normal frame scheduling. BUG=276082 Review URL: https://chromiumcodereview.appspot.com/23503003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221854 0039d316-1c4b-4281-b951-d872f2087c98
-
dmazzoni@chromium.org authored
Specifically, AccessibilityEvent.TYPE_WINDOW_CONTENT_CHANGED should be fired on the appropriate node any time the accessibility tree changes - previously we were only firing it in a few circumstances. That guarantees tools like uiautomatorviewer won't see a stale accessibility tree. BUG=286374 Review URL: https://chromiumcodereview.appspot.com/23481011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221853 0039d316-1c4b-4281-b951-d872f2087c98
-
jamiewalch@chromium.org authored
See https://codereview.chromium.org/18024002 for a similar example. Note that this API doesn't work on UNIX, so we still need an in-app method of opening a new window. BUG=252881 R=lambroslambrou@chromium.org Review URL: https://codereview.chromium.org/23536033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221852 0039d316-1c4b-4281-b951-d872f2087c98
-
estade@chromium.org authored
BUG=282671 Review URL: https://chromiumcodereview.appspot.com/23890011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221851 0039d316-1c4b-4281-b951-d872f2087c98
-
ckocagil@chromium.org authored
Original CL: https://codereview.chromium.org/23522018/ Last CL had a mid-air collision with r221762. It is now merged. BUG=278913 TBR=asvitkine@chromium.org NOTRY=true Review URL: https://chromiumcodereview.appspot.com/23857008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221850 0039d316-1c4b-4281-b951-d872f2087c98
-
shadi@chromium.org authored
This CL: - adds a seek_label option to media seek action. Seek label is used to name the trace graphs of seek measurements. - makes element ID the default tracing label. - adds page level skip_basic_metrics check to media measurements. - fix buffering_time sec to ms bug. Review URL: https://chromiumcodereview.appspot.com/23456012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221849 0039d316-1c4b-4281-b951-d872f2087c98
-
tengs@chromium.org authored
BUG=242589 TEST=existing kiosk tests pass Review URL: https://chromiumcodereview.appspot.com/23449023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221848 0039d316-1c4b-4281-b951-d872f2087c98
-
sadrul@chromium.org authored
GTK message-pump defines its own observer, but it has the same name as the message-pump observers used in other platforms. So rename the GTK version to MessagePumpGdkObserver. Also, GTK version of message-pump dispatcher is never used, so get rid of that. BUG=145600 R=piman@chromium.org, thakis@chromium.org Review URL: https://codereview.chromium.org/23537016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221846 0039d316-1c4b-4281-b951-d872f2087c98
-
achuith@chromium.org authored
BUG=None TEST=trybot NOTRY=True Review URL: https://chromiumcodereview.appspot.com/23935008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221845 0039d316-1c4b-4281-b951-d872f2087c98
-
trchen@chromium.org authored
Define _GLAPI_NO_EXPORTS for all platforms. BUG=286467 R=kbr@chromium.org Review URL: https://chromiumcodereview.appspot.com/23803008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221844 0039d316-1c4b-4281-b951-d872f2087c98
-
boliu@chromium.org authored
First ensure that main thread offscreen context is created after on-screen context by keeping count of the number of compositors that are initialized for hardware draw. Also release the compositor thread offscreen context when the last compositor releases hardware draw. Freeing the main thread context is still a TODO. In software mode, still create StreamTextureFactory, but skip creating StreamTextureProxy. WebMediaPlayerAndroid already works in this mode, and it just means in-line video does not work in this case. But video playback is still successful and user is able to enter fullscreen to get working playback. BUG=285349 Review URL: https://chromiumcodereview.appspot.com/23618031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221843 0039d316-1c4b-4281-b951-d872f2087c98
-
achuith@chromium.org authored
dont_override_profile, profile_type, profile_dir, extra_browser_args, extra_wpr_args moved to browser_options. BUG=269131 TEST=manual Review URL: https://chromiumcodereview.appspot.com/23749004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221841 0039d316-1c4b-4281-b951-d872f2087c98
-
scottmg@chromium.org authored
This makes dragging an image to a folder save the contents, rather than just saving a .url file. R=sky@chromium.org BUG=280238 Review URL: https://chromiumcodereview.appspot.com/23591026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221840 0039d316-1c4b-4281-b951-d872f2087c98
-
jorgelo@chromium.org authored
BUG=None TEST=Compile with gcc. Review URL: https://chromiumcodereview.appspot.com/23935006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221838 0039d316-1c4b-4281-b951-d872f2087c98
-
stepco@chromium.org authored
On Android, the user may disconnect from their Google account and reconnect multiple times within the same session. This case wasn't considered properly when developing the CloudPolicyInvalidator. When the account is disconnected, the CloudPolicyCore is disconnected before the CloudPolicyStore is reset. When the store is reset, the invalidator unregisters for the policy object and makes a callback to indicate that invalidations are disabled. However, since the CloudPolicyCore is disconnected at this point, a crash is occurring because the code blindly attempts to use objects connected to the core. Also, when the account becomes reconnected, the refresh scheduler is restarted. This caused the invalidator to be initialized again, which is unexpected. The solution to these issues is to refactor the CloudPolicyInvalidator to support starting and stopping. The invalidator will listen to events published by the CloudPolicyCore to determine when to start and stop. The invalidator starts when the refresh scheduler starts and stops when it stops. Also, when CloudPolicyInvalidator::Shutdown is called, outstanding weak pointers held in callbacks should be invalidated. This may not cause any issues since it is likely no messages are pumped on the thread in between the calls to Shutdown and the destructor, but should be fixed. BUG=280345,272574,280536 Review URL: https://chromiumcodereview.appspot.com/23592017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221837 0039d316-1c4b-4281-b951-d872f2087c98
-
wittman@chromium.org authored
Reverting per the original change description. > [temporary M30 fix] Disable dragging tabs with web contents modal dialogs displayed > > The full fix for the crashes in the associated bugs in trunk is too > risky to merge into M30. After discussions among kareng and sky, the > best approach was to disable dragging of tabs while a web contents modal > dialog is displayed, to prevent the crashes. This only affects Chrome > OS and will be reverted after testing in Canary and merging to the > branch. > > BUG=275274, 274856 > R=sky@chromium.org > > Review URL: https://codereview.chromium.org/23698003 TBR=wittman@chromium.org BUG=281831 Review URL: https://codereview.chromium.org/23814008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221834 0039d316-1c4b-4281-b951-d872f2087c98
-
ananta@chromium.org authored
Set accept_events to true when we create top level windowsin desktop AURA. This ensures that we don't end up using WS_EX_TRANSPARENT when the actual window is created. This causes painting and flickering issues in AURA. Will investigate that later. BUG=282628 R=sky@chromium.org Review URL: https://codereview.chromium.org/23493022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221833 0039d316-1c4b-4281-b951-d872f2087c98
-
sievers@chromium.org authored
This removes the commandline used on Android and adds references to each particular bug in the json workaround list. BUG=280609 R=piman@chromium.org, zmo@chromium.org Review URL: https://codereview.chromium.org/23503038 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221832 0039d316-1c4b-4281-b951-d872f2087c98
-
felt@chromium.org authored
This allows the Watchdog app to look up history by day. It also gets rid of a redundant ReadData method (now wholly replaced by ReadFilteredData). BUG=241672 R=mpcomplete@chromium.org Review URL: https://chromiumcodereview.appspot.com/23980002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221831 0039d316-1c4b-4281-b951-d872f2087c98
-
ernstm@chromium.org authored
R=tonyg@chromium.org BUG= Review URL: https://chromiumcodereview.appspot.com/23936003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221830 0039d316-1c4b-4281-b951-d872f2087c98
-
ernstm@chromium.org authored
- Computation of dropped frames now correctly accounts for multi-frame drops. - A welcome side-effect is that variance of the percentage_dropped metric is reduced significantly. - Heads-up for the perf sherrifs: percentage_dropped will increase quite a bit with this patch. R=tonyg@chromium.org, nduca@chromium.org BUG=264308 Review URL: https://chromiumcodereview.appspot.com/23998002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221825 0039d316-1c4b-4281-b951-d872f2087c98
-
https://codereview.chromium.org/22938005/rdevlin.cronin@chromium.org authored
Add UI elements for extension runtime (javascript) errors on the chrome:extensions page. Include a stack trace and, if possible, links to the source code. TBR=finnur@chromium.org BUG=21734 Review URL: https://chromiumcodereview.appspot.com/23624002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221824 0039d316-1c4b-4281-b951-d872f2087c98
-
simon.hong81@gmail.com authored
Move the role of handling browser item status from ChromeLauncherController to BrowserShortcutLauncherItemController. R=skuhne@chromium.org BUG=NONE TEST=browser_tests, unit_tests Review URL: https://chromiumcodereview.appspot.com/23534022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221823 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome://history/yuusuke@yandex-team.ru authored
BUG=272732 TEST=Try visiting any IDN site and confirm no punycode is shown in history. Review URL: https://chromiumcodereview.appspot.com/22862006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221822 0039d316-1c4b-4281-b951-d872f2087c98
-
awatson@chromium.org authored
R=kalman@chromium.org Review URL: https://codereview.chromium.org/24054003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221820 0039d316-1c4b-4281-b951-d872f2087c98
-
- 06 Sep, 2013 3 commits
-
-
tommycli@chromium.org authored
Depends on: https://codereview.chromium.org/22912008/ R=vandebo BUG=151701 Review URL: https://chromiumcodereview.appspot.com/23499006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221818 0039d316-1c4b-4281-b951-d872f2087c98
-
rouslan@chromium.org authored
The file has exec bit set. This breaks the build. > Added file to verify domain ownership. > > R=kalman@chromium.org > > Review URL: https://codereview.chromium.org/23583040 TBR=awatson@chromium.org Review URL: https://codereview.chromium.org/23480047 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221817 0039d316-1c4b-4281-b951-d872f2087c98
-
dalecurtis@google.com authored
Signature changed with new roll. BUG=239350 TEST=none TBR=zhaoqin Review URL: https://codereview.chromium.org/23626003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221815 0039d316-1c4b-4281-b951-d872f2087c98
-