Brad Lassey
456bd3e0d5
bug 1161166 - Move some implementation out of ipc headres to not include headres for EndianU32_* r=billm
2015-06-09 09:56:10 -04:00
Karl Tomlinson
603b1ace02
bug 147419 remove ununsed plexName colorspace resolutionName and downloadFonts r=roc
...
This was only used to write to and read from otherwise unused preferences.
--HG--
extra : rebase_source : a538569807b8340dae3fe9f0cbfc68334e20ccc9
2015-06-11 09:34:27 +12:00
Karl Tomlinson
71e6f82be1
bug 147419 remove meaningless GetPrintMethod() r=roc
...
--HG--
extra : rebase_source : bd89c4f495cd14a190bb65aaea2e23e54591ca5d
2015-06-16 11:02:34 +12:00
Karl Tomlinson
bb37b9da4d
bug 147419 remove print(|.<modulename>)(|.printer_<printername>).filename pref reading code r=roc
...
There are no default pref values, and even if some have been set, the value
is subsequently overridden by the print.print_to_filename pref, which exists
if saved from a previous nsPrintSettingsGTK.
--HG--
extra : rebase_source : 6912584e537d77d4efb1b1c3716d6c38bda3899e
2015-06-10 19:11:49 +12:00
Karl Tomlinson
4c5d983774
bug 147419 use GTK default paper size and orientation r=roc
...
In the nsPrintSettingsGTK constructor, gtk_paper_size_new(nullptr) gets the
system default paper size from the locale and gtk_page_setup_new() sets
default orientation to portrait.
These are subsequently overridden by prefs if any have been saved from
a previous nsPrintSettingsGTK.
--HG--
extra : rebase_source : 37b626bb0ed93454f6adc8916dbc674cf37ed4fe
2015-06-10 18:51:46 +12:00
Karl Tomlinson
a19a1f0d0c
bug 147419 remove ununsed nsIPrintSettings::printCommand and print_command prefs r=roc
...
These was used only to write to and read from each other.
--HG--
extra : rebase_source : ef49678652f829fe23611fb2294a22c3ffd91cf1
2015-06-10 18:10:28 +12:00
JW Wang
90d1a6fe7b
Bug 1172826 - remove unnecessary checks for MediaDecoderStateMachine::mPlaybackRate. r=kinetik.
2015-06-17 10:31:05 +08:00
Ehsan Akhgari
2a127a2d67
Bug 1147668 - Correctly reflect video and track RequestContext values; r=smaug
2015-06-16 21:18:08 -04:00
Ehsan Akhgari
3b2798f9f5
Bug 1175299 - Translate the content policy type obtained in nsMixedContentBlocker::AsyncOnChannelRedirect to an external one before invoking the content policy implementation; r=smaug
2015-06-16 21:17:01 -04:00
Masayuki Nakano
729d547dd5
Bug 1173678 ContentCache should return union rect even if some character rects are not cached but the first character of the range is cached r=m_kato
2015-06-17 10:03:58 +09:00
Masayuki Nakano
5ff01538e0
Bug 1171814 ContentCache should store first character rect because Yosemite's Japanese IME sometimes tries to query it r=m_kato
2015-06-17 10:03:58 +09:00
Masayuki Nakano
94bb7f1516
Bug 1172466 part.4 Don't notify IME during reflow r=smaug
2015-06-17 10:03:57 +09:00
Masayuki Nakano
81de1dd26c
Bug 1172466 part.3 Create an abstruct class which is a base class of classes notifying IME r=smaug
2015-06-17 10:03:57 +09:00
Masayuki Nakano
031f99fbda
Bug 1172466 part.2 Use runnable event for notifying IME of focus r=smaug
2015-06-17 10:03:57 +09:00
Masayuki Nakano
851cb14bbc
Bug 1172466 part.1 Make helper classes to notify IME nested classes of IMEContentObserver r=smaug
2015-06-17 10:03:57 +09:00
Jason Orendorff
f0f3c8921b
Bug 1171036 - Change GetLengthProperty slow path to use ToLengthClamped instead of ToUint32. r=Waldo.
...
--HG--
extra : rebase_source : d4e4d46cc39831328b1e62773c0e5ae1e34a5b9a
2015-06-03 10:01:45 -05:00
Jason Orendorff
a42a6ea95d
Bug 1170216 - When using the slow-and-standard path in js::SetIntegrityLevel, don't manually call setNonwritableArrayLength afterwards. r=Waldo.
...
--HG--
extra : rebase_source : 94c5b8e4225cb682bebcefe2b94869f6bd326eaa
2015-06-01 12:01:02 -05:00
Jason Orendorff
0691fb22c8
Bug 1125624, part 3 - Remove js::StandardDefineProperty and js::DefineOwnProperty. r=Waldo.
...
--HG--
extra : rebase_source : 0a882c98558c85f4c2368f94036ee38c17d396ce
2015-05-29 16:48:26 -05:00
Jason Orendorff
0d44d9af8a
Bug 1125624, part 2 - Change js::StandardDefineProperty to forward to js::DefineProperty. r=Waldo.
...
--HG--
extra : rebase_source : 5e74b4e991aed705d87675f6cf539acb4bdf25fc
2015-05-29 17:31:43 -05:00
Ryan VanderMeulen
eaa096aa11
Bug 1149955 - Skip test_shared_all.py on Windows due to frequent failures.
...
--HG--
extra : rebase_source : 96404a98c7f142c3e0449c8084d8944e89fe2397
2015-06-16 20:43:12 -04:00
Ben Kelly
ce90b29484
Bug 1173439 P5 Cache should index on a hash instead of the url itself. r=ehsan
2015-06-16 17:39:05 -07:00
Ben Kelly
72fd940fc3
Bug 1173439 P4 Remove Request url field from Cache API database. r=ehsan
2015-06-16 17:39:05 -07:00
Ben Kelly
0a4c003dd5
Bug 1173439 P3 Use url query field for database matching and Request creation. r=ehsan
2015-06-16 17:39:05 -07:00
Ben Kelly
2a2c3fa17d
Bug 1173439 P2 Parse Response URL query as a separate field. r=ehsan
2015-06-16 17:39:05 -07:00
Ben Kelly
18e16a0fa2
Bug 1173439 P1 Store URLs as UTF8 strings in Cache instead of UTF16. r=ehsan
2015-06-16 17:39:05 -07:00
Botond Ballo
7a5580e78f
Bug 1173580 - Full-stack APZ layerization mochitest. r=kats
...
--HG--
extra : source : 91c83d0cb80b2985d768687b2496ea1888fd2b81
2015-06-11 20:15:07 -04:00
Botond Ballo
5d9041c1d9
Bug 1173580 - Add utilities for synthesizing mouse move events to apz_test_native_event_utils.js. r=kats
...
--HG--
extra : source : d6a592fefdc55e33d9253cd9bb41acd6ea1f84c5
2015-06-15 16:43:56 -04:00
Botond Ballo
28f57aed47
Bug 1173580 - Make synthesizeNativeWheelAnd*() functions iframe-friendly. r=kats
...
--HG--
extra : source : 04885e71c324fff5baf19585c266ad2b649a3367
2015-06-15 16:43:46 -04:00
Botond Ballo
ac52e5f459
Bug 1173580 - Record content descriptions in APZ test data. r=kats
...
--HG--
extra : source : 7f3a827067d7c617b6e988a9b5858d4cd8618d44
2015-06-10 20:47:56 -04:00
Brian Hackett
136d4aae24
Bug 1171405 - Add baseline and ion ICs for GETELEM on unboxed plain objects, r=jandem.
2015-06-16 17:27:12 -07:00
Brian Birtles
c569ddfd86
Bug 1165203 - Make calls to load() upgrade preload=none to preload=metadata; r=cpearce
...
--HG--
extra : commitid : H2xIreNh4Pq
extra : histedit_source : 8ff5e2d2e12b21b8e3f04dc5ab81584b6fc929fc
2015-06-17 09:02:51 +09:00
Wes Kocher
a2e492f760
Merge m-c to inbound, a=merge
2015-06-16 16:53:03 -07:00
Jim Chen
3d8a6172fd
Bug 1174725 - Fix GeckoLoader synchronization; r=snorp
2015-06-16 19:45:29 -04:00
Jim Chen
d77273ce23
Bug 1166356 - Properly detect double-caching in nsXULPrototypeCache; r=ehsan
2015-06-16 19:45:29 -04:00
Jim Chen
435a558d68
Bug 1168916 - Get rid of redundant pref callback in nsXULPrototypeCache; r=janv
2015-06-16 19:45:29 -04:00
Eric Rahm
ce21e87392
Bug 1175289 - Part 2: Disable "Subdocument container has no frame" warning by default. r=mats
2015-06-16 16:37:16 -07:00
Eric Rahm
4369b94b5d
Bug 1175289 - Part 1: Add LAYOUT_WARNING. r=mats
2015-06-16 16:37:14 -07:00
Jim Chen
2db523e14e
Bug 1173379 - Lazy-init console in browser-content.js; r=Mossop
2015-06-16 19:35:52 -04:00
Jim Chen
1d7146ddf9
Bug 1173379 - Delay loading console and AndroidLog.jsm on startup; r=mfinkle
2015-06-16 19:35:52 -04:00
Jim Chen
1c2e05a0b8
Bug 1173379 - Delay-init more things on startup; r=mfinkle
2015-06-16 19:35:52 -04:00
Markus Stange
a38fcfa23f
More Android reftest fuzz for bug 1169331. DONTBUILD
2015-06-16 19:28:31 -04:00
Ralph Giles
074f872aa1
Bug 1175322 - Add gtests for rust mp4 metadata parser. r=k17e
...
Add a null buffer test.
Add a street.mp4 test.
We have trouble parsing gizmo.mp4, and the dom/media/gtest
already exposes the file, which is confusing since we apparently
can't have duplicates in TEST_HARNESS_FILES.
The street.mp4 test always fails because we don't catch
the eof in the rust code.
2015-06-16 15:52:00 -07:00
Ralph Giles
dbec6e99b1
Bug 1175322 - Import byteorder crate. r=k17e
...
This is the source of Andrew Gallant's byteorder crate,
used end the MIT license.
It has been slightly modified to re-export the new sub-module
so it can be built as a mod inside our MP4Metadata crate since
we don't currently support crate dependencies.
2015-06-16 15:51:00 -07:00
Ralph Giles
35b5a70f29
Bug 1175322 - Import mp4parse v0.0.8 source. r=k17e
...
Source from https://notabug.org/rillian/mp4parse-rust
2015-06-16 15:50:00 -07:00
Jim Chen
7d5c85e670
Bug 1112212 - Implement dummy-key-events mode for Android; r=esawin
2015-06-16 19:02:39 -04:00
Jim Chen
c7f581c863
Bug 1112212 - Send key events in onKeyMultiple; r=cpeterson
2015-06-16 19:02:39 -04:00
Jim Chen
ada45abfc5
bug 1112212 - Set flag in InputContext for IME-unaware webapps; r=masayuki
2015-06-16 19:02:39 -04:00
Jim Chen
337c08cab7
Bug 1112212 - Add may-have flags for key event and input event listeners; r=smaug
2015-06-16 19:02:39 -04:00
Chris Pearce
31c698a9fa
Bug 1175006 - Reset state so we re-try creating a trial GMPVideoDecoder whenever Firefox updates. r=spohl
2015-06-17 11:00:42 +12:00
Matt Woodrow
0c2873b860
Bug 1163454 - Follow up to fix bustage. CLOSED TREE
2015-06-16 18:56:08 -04:00