Commit Graph

261619 Commits

Author SHA1 Message Date
Masayuki Nakano
a4ff558c28 Bug 895274 part.156 Rename NS_QUERY_CONTENT_STATE to eQueryContentState r=smaug 2015-09-10 10:40:06 +09:00
Masayuki Nakano
bf019a5307 Bug 895274 part.155 Rename NS_QUERY_EDITOR_RECT to eQueryEditorRect r=smaug 2015-09-10 10:40:06 +09:00
Masayuki Nakano
fbd749e023 Bug 895274 part.154 Rename NS_QUERY_CARET_RECT to eQueryCaretRect r=smaug 2015-09-10 10:40:06 +09:00
Masayuki Nakano
1fcd992f38 Bug 895274 part.153 Rename NS_QUERY_TEXT_CONTENT to eQueryTextContent r=smaug 2015-09-10 10:40:05 +09:00
Masayuki Nakano
eb36e62756 Bug 895274 part.152 Rename NS_QUERY_SELECTED_TEXT to eQuerySelectedText r=smaug 2015-09-10 10:40:05 +09:00
Masayuki Nakano
1ce0ef6a22 Bug 895274 part.151 Rename NS_QUERY_SELECTION_AS_TRANSFERABLE to eQuerySelectionAsTransferable r=smaug 2015-09-10 10:40:05 +09:00
Masayuki Nakano
8fb02b7920 Bug 895274 part.150 Rename NS_QUERY_CONTENT_EVENT_START to eQueryContentEventFirst r=smaug 2015-09-10 10:40:05 +09:00
Masayuki Nakano
5cba173d14 Bug 895274 part.149 Rename NS_USER_DEFINED_EVENT to eUnidentifiedEvent r=smaug 2015-09-10 10:40:04 +09:00
Masayuki Nakano
c73e86e9aa Bug 895274 part.148 Rename NS_MOUSE_PIXEL_SCROLL to eLegacyMousePixelScroll r=smaug 2015-09-10 10:40:04 +09:00
Masayuki Nakano
5966b121b5 Bug 895274 part.147 Rename NS_MOUSE_SCROLL to eLegacyMouseLineOrPageScroll r=smaug 2015-09-10 10:40:04 +09:00
Masayuki Nakano
a8e066a0db Bug 895274 part.146 Rename NS_MOUSE_SCROLL_START to eLegacyMouseScrollEventFirst r=smaug 2015-09-10 10:40:04 +09:00
Nicholas Nethercote
6e95549d4e Bug 1202965 (part 2) - Use MOZ_UNUSED in FdPrintf.c. r=glandium. 2015-09-09 17:01:32 -07:00
Nicholas Nethercote
4c325e0595 Bug 1202965 (part 1) - Add MOZ_UNUSED. r=froydnj. 2015-09-09 17:01:28 -07:00
Ralph Giles
00f5d14c5d Bug 1187076 - Warn at end of SPS buffers. r=jya
Previously we asserted if we tried to read past the end
of a buffer in parsing H.264 SPS headers. This only affected
debug builds, but the failures were reported as crashes in
automated testing.

Therefore, commute the assert to a warning and silently accept
bad data of this type. The read is safe with the first assert
removed because of the subsequent check, and a similar one in
the parent class.
2015-09-08 21:46:22 -07:00
Markus Stange
ab3367af7c Bug 1187680 - Use NSVisualEffectMaterialMenu for menus if it's available. r=smichaud 2015-09-09 19:08:25 -04:00
Markus Stange
896db90d77 Bug 1181135 - Copy DisplayItemClips in order to avoid dangling pointers. r=tn 2015-09-09 19:08:03 -04:00
Wes Kocher
5ac1d1e66a Backed out changeset f5b2a11c64c9 (bug 1201271) for bustage 2015-09-09 15:56:21 -07:00
Andrew McCreight
0e2b00fa8c Bug 1201271 - Warn about unused results for more methods of nsTArray. r=froydnj
This leaves alone the AppendElement methods.
2015-09-09 15:39:10 -07:00
Jonathan Watt
44b97cb104 Bug 1203090 - Ensure we always use '/' as the starting path separator for the DOM path of the Directorys initially returned by HTMLInputElement.getFilesAndDirectories. r=baku 2015-08-20 15:01:59 +01:00
Steven Michaud
638b29d86e Bug 1187613 - Error: cannot initialize a variable of type 'const CGEventField' with an rvalue of type 'int' if build with 10.11 SDK. r=spohl 2015-09-09 17:07:29 -05:00
Trevor Saunders
7d251d804b bug 1186536 - Bail out of ProxyTextChangeEvent() if the proxy doesn't have a wrapper r=davidb
This probably should never happen, but it seems to sometimes in the wild, and
its hard to know what caused that without a test case.  So for now work around
the issue by adding a null check.
2015-09-09 17:37:15 -04:00
Nathan Froyd
9d88d046fd Bug 1198944 - remove vmware recording support from mochitest; r=khuey
VMWare's record/replay bits are unsupported, and they only work with
programs compiled with VS2010, which we no longer support.
2015-08-27 16:00:14 -04:00
Aaron Klotz
2ce7ba2937 Bug 1200698: Rename async plugin init pref; r=bsmedberg 2015-09-09 01:01:13 -06:00
Richard Barnes
a17fc8a6fd Bug 1198572 - Add telemetry for how often HSTS would fix mixed content problems r=smaug r=tanvi 2015-09-09 15:14:27 -04:00
Lars T Hansen
1af063ce60 Bug 1201793 - correct scratch register scope r=nbp CLOSED TREE 2015-09-08 12:58:49 +02:00
Olli Pettay
2ff9f5eab9 Bug 1202844, make nsXBLService::GetBinding deal with shutting down during binding loading, r=bz 2015-09-09 14:08:10 -07:00
Wes Kocher
bd8983942d Merge inbound to central, a=merge CLOSED TREE 2015-09-09 13:47:08 -07:00
Wes Kocher
3e0ec8b89f Merge fx-team to central, a=merge 2015-09-09 13:43:01 -07:00
Geoff Brown
ca313de0c1 Bug 1198380 - Mark filter-html-01-extref.xhtml as random-if on Android, for intermittent failures; r=jwatt 2015-09-09 07:25:48 -06:00
Rail Aliiev
d12155e61b Bug 1196836 - Remove _get_partial_info() from desktop_l10n.py r=mshal DONTBUILD 2015-09-09 09:18:29 -04:00
Geoff Brown
3533cabf8b Bug 1202102 - Apply szip to libs pushed for Android cppunit and xpcshell tests; r=dminor 2015-09-09 07:12:58 -06:00
Geoff Brown
bb078722c9 Bug 1202101 - In Android cppunit tests, push assets libs; r=dminor 2015-09-09 07:12:57 -06:00
Geoff Brown
b59b52e9e5 Bug 1202790 - Improve argument handling for android 'mach xpcshell-test'; r=chmanchester 2015-09-09 07:12:56 -06:00
Carsten "Tomcat" Book
cc91f8df6c Merge mozilla-central to b2g-inbound 2015-09-09 14:15:22 +02:00
Carsten "Tomcat" Book
207ac9f870 merge mozilla-inbound to mozilla-central a=merge 2015-09-09 14:04:59 +02:00
Carsten "Tomcat" Book
dd8f428262 merge fx-team to mozilla-central a=merge 2015-09-09 13:57:09 +02:00
Patrick Brosset
acc3c5322a Bug 1202443 - Prevent pushing the timeline header up when there are many animations; r=zer0 2015-09-09 11:28:04 +02:00
Patrick Brosset
4225161816 Bug 1174060 - 6 - Tests for how delays are displayed in the timeline; r=ochameau
Added tests to ensure negative and positive delays are shown correctly
and that the timeScale window is computed correctly.
Also added a test to ensure that animations with the same name but
different nodes don't override each others in the UI.

This commit also cleans up a lot of exceptions that were thrown while
tests were running. These exceptions were due to pending protocol requests
when tests ended.
2015-09-09 11:07:29 +02:00
Carsten "Tomcat" Book
ff0bd9ddb8 Merge mozilla-central to fx-team 2015-09-09 14:10:46 +02:00
B2G Bumper Bot
e1b0c7e2ed Bumping manifests a=b2g-bump 2015-09-09 01:31:49 -07:00
B2G Bumper Bot
4fc5839f6b Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/8aa25dda878e
Author: Doug Sherk <github@sherk.me>
Desc: Revert "Bug 1196992 - Import hosted_apps/* folder into the build in all configurations. r=timdream"
2015-09-09 01:27:21 -07:00
Mark Banner
2e87d315c3 Bug 1198891 - Tab/Window Sharing icon should turn blue when sharing is active. r=Mardak 2015-09-09 08:59:50 +01:00
Mark Banner
8d470fc34c Bug 1201446 - Don't expose websocket reasons to the view code where we have a specific failure detail available. r=Mardak 2015-09-09 08:59:50 +01:00
Jared Wein
24238c1f7b Bug 1200656 - followup, use char16ptr_t to fix builds with VS 2015. r=mak 2015-09-09 09:40:56 +02:00
Nigel Babu
e0f8e40c45 Backed out changeset 4d520d9c6b85 (bug 1200504) for Mulet mochitest and Refest bustage ON A CLOSED TREE 2015-09-09 12:07:39 +05:30
Bob Clary
45d16c5d72 Bug 1201061 - Autophone - set robocop_autophone.ini to run flash test, r=gbrown. 2015-09-08 22:53:11 -07:00
B2G Bumper Bot
aab7131679 Bumping manifests a=b2g-bump 2015-09-08 21:10:21 -07:00
B2G Bumper Bot
433012ead9 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/29000a974353
Author: Ricky Chien <rickychien@users.noreply.github.com>
Desc: Merge pull request #31750 from rickychien/fix-tooltool-path

Bug 1146713 - Fix TOOLTOOL_DIR path r=me

========

https://hg.mozilla.org/integration/gaia-central/rev/d692f1f3e72f
Author: Ricky Chien <ricky060709@gmail.com>
Desc: Bug 1146713 - Fix TOOLTOOL_DIR path
2015-09-08 21:07:25 -07:00
Chris Rafuse
0ce4c5db1b Bug 1192372-Fixed width and height for Loop desktop dropdown panel, r=dmose 2015-09-08 20:51:00 -07:00
Phil Ringnalda
22d9551864 Back out 4148547a8d54 (bug 1200886) for mostly failing its own test 2015-09-08 21:49:47 -07:00