Aryeh Gregor
48bbf8a27c
Bug 1003894 part 2 - Clean up nsWSRunObject::CheckTrailingNBSPOfRun; r=ehsan
2014-05-02 14:11:26 +03:00
Aryeh Gregor
b7b3ce0b2c
Bug 1003894 part 1 - Change WSPoint.mTextNode to Text; r=ehsan
2014-05-02 14:11:26 +03:00
Aryeh Gregor
8cf8ed9b5d
Bug 1003808 part 10 - Clean up nsWSRunObject::GetPrevious/NextWSNode; r=ehsan
2014-05-02 14:11:26 +03:00
Aryeh Gregor
d8a7fc45ab
Bug 1003808 part 9 - Clean up nsWSRunObject::GetRuns; r=ehsan
2014-05-02 14:11:26 +03:00
Aryeh Gregor
ea5532693a
Bug 1003808 part 8 - Use some more nsINode in nsWSRunObject; r=ehsan
2014-05-02 14:11:26 +03:00
Aryeh Gregor
434783808a
Bug 1003808 part 7 - Convert WSFragment members to nsINode; r=ehsan
2014-05-02 14:11:26 +03:00
Aryeh Gregor
9886b7ea25
Bug 1003808 part 6 - Convert nsWSRunObject members to nsINode; r=ehsan
2014-05-02 14:11:26 +03:00
Aryeh Gregor
d48aa32574
Bug 1003808 part 5 - Allow nsEditor::IsEditable to take nsINode*; r=ehsan
2014-04-28 19:03:12 +03:00
Aryeh Gregor
ba48c57163
Bug 1003808 part 4 - Clean up nsAutoTrackDOMPoint; r=ehsan
2014-04-28 18:40:28 +03:00
Aryeh Gregor
8d1b356925
Bug 1003808 part 3 - Clean up nsRangeStore; r=ehsan
2014-04-28 18:34:05 +03:00
Aryeh Gregor
22dae1beb5
Bug 1003808 part 2 - Clean up nsEditorUtils::IsDescendantOf; r=ehsan
2014-04-28 18:34:05 +03:00
Aryeh Gregor
1b1fb53eb9
Bug 1003808 part 1 - Clean up DOMPoint; r=ehsan
2014-04-28 18:34:05 +03:00
Aryeh Gregor
62b85e51b9
Bug 1002429 part 9 - Clean up nsHTMLEditor::RebuildDocumentFromSource; r=ehsan
2014-04-28 14:54:47 +03:00
Aryeh Gregor
7968de819d
Bug 1002429 part 8 - Clean up nsHTMLEditor::CreateElementWithDefaults; r=ehsan
2014-04-28 14:54:47 +03:00
Aryeh Gregor
aaab3d158e
Bug 1002429 part 7 - Clean up nsEditor::CreateHTMLContent; r=ehsan
2014-04-28 14:54:47 +03:00
Aryeh Gregor
1a41adda96
Bug 1002429 part 6 - Clean up nsHTMLEditor::ReplaceHeadContentsWithHTML; r=ehsan
2014-04-28 14:54:46 +03:00
Aryeh Gregor
c08efe28ef
Bug 1002429 part 5 - Clean up nsHTMLEditor::TabInTable; r=ehsan
2014-04-28 14:54:46 +03:00
Aryeh Gregor
66a2731d0f
Bug 1002429 part 4 - Clean up nsHTMLEditor::CollapseSelectionToDeepestNonTableFirstChild; r=ehsan
2014-04-28 14:54:46 +03:00
Aryeh Gregor
02bcb38d44
Bug 1002429 part 3 - Clean up nsEditor::IsContainer; r=ehsan
2014-04-28 14:54:46 +03:00
Aryeh Gregor
78ca193f10
Bug 1002429 part 2 - Clean up nsHTMLEditor::GetEnclosingTable; r=ehsan
2014-04-28 14:54:46 +03:00
Aryeh Gregor
260eded4ba
Bug 1002429 part 1 - Clean up nsHTMLEditor::GetElementOrParentByTagName; r=ehsan
2014-04-28 14:54:46 +03:00
Aryeh Gregor
7881636ece
Bug 1001351 - Allow null-safe conversion from nsINode to nsIDOMNode; r=smaug
2014-04-25 13:34:42 +03:00
Aryeh Gregor
4d42e4ced6
Bug 1000959 - nsHTMLEditor.cpp cleanup; r=ehsan
2014-04-25 13:34:42 +03:00
juhsu
eb0730a614
Bug 969779 - Use SpecialPowers to enable preference setting in oop. r=seth
...
* * *
1. Use |SpecialPowers.pushPrefEnv| to enable preference setting in oop.
2. Set the time of redrawing to be the time right after the image is discarded.
3. Modify the assertion to make the comparison non-trivial.
4. Remove <img>.
5. Move drawCanvas() on the image loadComplete.
--HG--
extra : amend_source : 2c9b4164ed5f10242cf4e7c4a784579706b91a21
2014-04-28 15:39:03 +08:00
Andrea Marchesini
b7694df160
Bug 1004814 - console.time/timeEnd work in workers, r=bz
2014-05-06 10:50:12 +01:00
Mats Palmgren
a023718b82
Bug 1005567 - Remove the obsolete 'grid-auto-position' property. r=simon.sapin
2014-05-06 09:45:13 +00:00
Mats Palmgren
2575422e86
Bug 994592 - Make 'row' the initial value for 'grid-auto-flow' and remove 'none' as a valid value. And add the 'stack' variants. r=simon.sapin
2014-05-06 09:45:13 +00:00
Matt Woodrow
a7147dc432
Bug 1001845 - Simplify invalid regions to avoid spending excessive amounts of time in region code. r=roc
2014-04-28 16:17:31 +12:00
Arpad Borsos
c332098d85
Bug 1004933 - do not use nsVoidArray in nsChromeRegistry; r=bsmedberg
...
--HG--
extra : rebase_source : 56ef377a1c12b3b799cbaab71ab3251b3fbb6aa7
2014-05-02 10:01:11 +02:00
Jed Davis
c3a76a64ec
Bug 1004832 - Add tgkill to seccomp-bpf whitelist. r=kang
2014-05-02 16:57:00 +02:00
Arnaud Bienner
849425a212
Bug 1005675 - s/telephone/tel/ in some tests. r=bz
2014-05-05 02:17:31 +02:00
Daniel Stenberg
b51313a476
Bug 1005821 - http2: store streamID on correct index within frame. r=hurley
...
Http2Session::GenerateGoAway() inserts the 'mOutgoingGoAwayID' at index
7 while the comment (and the current http2 spec draft-12) says it should
be at index 8.
2014-05-05 10:58:00 +02:00
Martin Thomson
fae54a6034
Bug 1006112 - Fixing regressions in signaling_unittests. r=ekr
2014-05-05 14:19:00 +02:00
Wes Kocher
8cc4ef2b69
Merge m-c to inbound
2014-05-05 21:15:33 -07:00
Wes Kocher
f5766e3cb0
Merge b2g-inbound to m-c
2014-05-05 21:07:22 -07:00
Wes Kocher
db9e1a87e5
merge fx-team to m-c
2014-05-05 20:52:49 -07:00
Wes Kocher
dbd9b55a31
merge inbound to m-c
2014-05-05 20:51:04 -07:00
Wes Kocher
2468456ad0
merge inbound to m-c
2014-05-05 19:12:08 -07:00
Ehsan Akhgari
968ba73f9a
Bug 1005730 - Print assertion stacks for MOZ_ASSERT and MOZ_CRASH for code that lives inside libxul; r=froydnj
...
The hyphenation changes are necessary because hnjalloc.h #defines FILE to
a custom data structure, which clashes with using |stderr| in Assertions.h.
2014-05-05 22:02:04 -04:00
Wes Kocher
bb01bf4d82
Backed out 2 changesets (bug 1000695) for introducing a near permafail on linux bc3
...
Backed out changeset 43306fac27e1 (bug 1000695)
Backed out changeset fcf5abdf9706 (bug 1000695)
2014-05-05 17:54:22 -07:00
Honza Bambas
3cd94cb35b
Bug 1006197 - End second HTTP cache v2 trial on desktop Firefox r=jduell
2014-05-05 16:56:59 -07:00
Wes Johnston
0e4df22fbb
Bug 854040 - Re-enable mini-app mode on Samsung phones. r=blassey
2014-05-05 16:30:30 -07:00
Jared Wein
a112dbbd43
Bug 1004576 - Background tabs are unreadable when the Color Intensity of the window frame is at or near its lowest point (white text on light-grey window frame). r=Gijs
...
--HG--
extra : rebase_source : 2fb257c889c8613aba6f488f5a4c867a34f85944
2014-05-05 18:41:40 -04:00
Henrik Skupin
779cf44c82
Bug 1003250 - Disable automatic sync for TPS tests. r=rnewman DONTBUILD
2014-05-05 23:07:52 +02:00
Sushil Chauhan
99c0f44fba
Bug 999699 - Use GPU Composition when a frame needs intermediate surface. r=dwilson
2014-05-05 13:26:51 -07:00
B2G Bumper Bot
d64ce91d2d
Bumping manifests a=b2g-bump
2014-05-05 13:41:11 -07:00
B2G Bumper Bot
eebbdf354f
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/d390f67c5661
Author: Ryan VanderMeulen <rvandermeulen@mozilla.com>
Desc: Merge pull request #18507 from svic/Bug_970148
Bug 970148 - Support for simple pairing record
========
https://hg.mozilla.org/integration/gaia-central/rev/5dbd7c2ddd33
Author: Arno Puder <arno@puder.org>
Desc: Bug 970148 - Support for simple pairing record. r=alive
2014-05-05 13:35:42 -07:00
Tetsuharu OHZEKI
2553bd0627
Bug 1005868 - Remove the needless migration code for 'browser.tabs.onTop'. r=dao
2014-05-06 05:17:20 +09:00
Boris Zbarsky
cfef9f97a3
Bug 1001157. Assert that there is no exception pending on the JSContext afer a DOM call if the call was not marked as throwing or if it did not throw on the ErrorResult. r=peterv
2014-05-05 16:01:58 -04:00
Ehsan Akhgari
50f04cbea2
Bug 1005710 - Avoid preprocessing the services JS exports files needlessly; r=mshal
2014-05-05 21:28:55 -04:00