Gregor Wagner
6900c6e7e5
Bug 769245 - Contacts API: Add ContactEmail Type. r=sicking
2012-07-03 09:34:22 -07:00
Dão Gottwald
43ca0527fe
merge backout
2012-07-03 18:12:29 +02:00
Dão Gottwald
c2e6deb55a
Backed out changeset c36c02221c6a
2012-07-03 18:12:09 +02:00
Daniel Holbert
afa0755ec4
Bug 770299: use size_t instead of int for loop iterator in MaskLayerImageCache.h, to fix build warning. r=nrc
2012-07-03 09:01:30 -07:00
Dão Gottwald
00f673b7c3
Bug 277079 - "Close other tabs" should always warn about closing multiple tabs. r=ttaubert
2012-07-03 17:02:09 +02:00
Blake Kaplan
c948ea33c9
Bug 766497 - Fix typo. r=gal DONTBUILD
2012-07-02 14:05:17 +02:00
Blake Kaplan
b2354cf9cd
Bug 769648 - Get rid of __exposedProps__ warnings. r=gal
2012-07-02 10:58:17 +02:00
Ed Morley
b0cc4dae44
Merge last PGO-green changeset of mozilla-inbound to mozilla-central
2012-07-02 10:03:16 +01:00
Ms2ger
62da2cddec
Bug 769437 - Remove a check that has been dead since 2005 to fix a build warning; r=mounir
2012-07-02 08:23:56 +02:00
Ms2ger
ee0dec95b8
Bug 745523 - Part b: Unprefix transforms; r=dbaron
...
This patch introduces unprefixed 'transform', 'transform-origin', 'perspective',
'perspective-origin', 'transform-style' and 'backface-visibility' properties, and
updates the mochitests in layout/style to use them.
2012-07-02 08:23:54 +02:00
Ms2ger
93ce055147
Bug 767790 - Remove nsIHTMLDocument::{Get,Set}IsFrameset; r=mounir
2012-07-02 08:22:37 +02:00
Matthew Gregan
a7e33bf074
Bug 695612 - Make nsRemoteAudioStream::Write block by waiting for acks from its parent. r=doublec
2012-07-02 16:59:43 +12:00
Ryan VanderMeulen
b97d554adb
No Bug - MUST CLOBBER after merging 8417741974ba.
2012-07-03 22:24:32 -04:00
Hernan Rodriguez Colmeiro
cc039c82b7
Bug 770628 - Add mozglue to b2g packaging. r=mwu
2012-07-03 22:11:04 -04:00
Adam Dane [:hobophobe]
45587019f8
Bug 769791 - Optimize nsSelection::GetIndicesForInterval for adding ranges to the end. r=smaug
2012-07-03 18:19:42 -05:00
Luke Wagner
dc45f76604
Bug 770261 - hoist eval code into builtin/Eval.{h,cpp} (r=jorendorff)
...
--HG--
rename : js/src/jsobj.cpp => js/src/builtin/Eval.cpp
extra : rebase_source : 021246f048f6fd78ead99867a23403d5656ed354
2012-07-03 10:24:35 -07:00
Ehsan Akhgari
2e13064d3a
Merge backout of DLBI from mozilla-central
2012-07-03 20:53:08 -04:00
Ehsan Akhgari
52053459a3
Bug 330868 - Fall back to assuming that we have retrieved HTML data from the clipboard if it lies to us saying that it has returned CF_HTML; r=roc
2012-07-03 20:44:46 -04:00
Gavin Sharp
1df67eb5d9
Bug 770550: change exported symbol for FrameWorker.jsm from FrameWorker to getFrameWorkerHandle, r=markh
...
--HG--
extra : transplant_source : %407%A9%FE%EE%90%04%D1%86%FB-P%81%F2%1A%BE%B4%D1%988
2012-07-03 19:34:28 -04:00
Ehsan Akhgari
81de0da769
Merge mozilla-central into mozilla-inbound to prepare backing DLBI out
2012-07-03 20:11:30 -04:00
Oleg Romashin
aac4320b7c
Bug 763241 - Add double buffer EGL provider detection by define or permanently. r=jgilbert
2012-07-03 16:50:06 -07:00
Eddy Bruel
4109621aae
Bug 703537 - Rename AbstractWrapper to IndirectWrapper; r=bholley
2012-07-04 01:20:35 +02:00
David Rajchenbach-Teller
71d6109c3a
Bug 769658 - Companion test suite. r=khuey
2012-07-03 18:40:53 -04:00
David Rajchenbach-Teller
a1e021d2a3
Bug 769658 - Split OS.Constants.Sys and OS.Constants.Path. r=khuey
2012-07-03 18:40:53 -04:00
David Rajchenbach-Teller
4eb24d888c
Bug 707696 - Windows test suite. r=taras
2012-07-03 18:40:53 -04:00
David Rajchenbach-Teller
b788ba3798
Bug 707696 - Unix test suite. r=taras
2012-07-03 18:40:53 -04:00
David Rajchenbach-Teller
0b9e5fdfd6
Bug 707696 - Path handling Unix back-end. r=taras
2012-07-03 18:40:53 -04:00
David Rajchenbach-Teller
cee6a6d008
Bug 707696 - Path handling Windows back-end. r=taras
2012-07-03 18:40:53 -04:00
Ryan VanderMeulen
336aa07e70
Merge m-c to inbound.
2012-07-03 18:40:47 -04:00
Jason Orendorff
5840a31629
Bug 725907 - for-of improvements, part 4: Add .next() method to iterator objects and make for-of call it. r=bhackett.
...
--HG--
extra : rebase_source : f3a2e83c7bd524e3801c25aba63c6d3802b0d73a
2012-07-03 16:34:56 -05:00
Jason Orendorff
2b0768c375
Bug 725907 - for-of improvements, part 3: Implement .iterator() for arraylike DOM objects. r=bzbarsky.
...
--HG--
extra : rebase_source : 0820d3654318f217b8836a086234736d3aba3819
2012-07-03 16:34:56 -05:00
Jason Orendorff
29c241c30c
Bug 725907 - for-of improvements, part 2: Make for-of loops just call .iterator() instead of using the magic iteratorObject hook with an extra flag. r=bhackett.
...
--HG--
extra : rebase_source : af40be5e08d42f41a33a528644c45d37fe47bc63
2012-07-03 16:34:56 -05:00
Jason Orendorff
23e06bbdd7
Bug 725907 - for-of improvements, part 1: minor C++ refactoring, rename Iterator to PropertyIteratorObject. r=Waldo.
...
--HG--
extra : rebase_source : 22a88c4169eba37b61a96dd1ff8507b82765b53e
2012-07-03 16:34:40 -05:00
Jason Orendorff
5fe754d967
Bug 743107 - Add OrderedHashTable. Change implementation of Map and Set to retain insertion order. r=luke.
...
--HG--
extra : rebase_source : f4f8ac16b79b9a8edf53dd496a503586b1efbf8a
2012-07-03 16:33:38 -05:00
Jason Orendorff
7502463fad
Bug 695908 - Use bool in js/src/frontend rather than JSBool. Part 2: JSBool to bool. r=ejpbruel.
...
--HG--
extra : rebase_source : fb92b18c7dcb99fb5a930c91076b160953ca7b00
2012-07-03 12:37:19 -05:00
Jason Orendorff
c9e4865af3
Bug 695908 - Use bool in js/src/frontend rather than JSBool. Part 1: true/false literals. r=ejpbruel.
...
--HG--
extra : rebase_source : b02d48592af130bbc949cf175f15fba8f7b9c97f
2012-07-03 12:37:00 -05:00
Ehsan Akhgari
7cfd589dca
Backed out changeset 0f1a8f17bfdf because the patch was not reviewed!
2012-07-03 18:04:35 -04:00
Ehsan Akhgari
0897eb962f
Bug 330868 - Fall back to assuming that we have retrieved HTML data from the clipboard if it lies to us saying that it has returned CF_HTML; r=roc
2012-07-03 18:03:22 -04:00
Mark Capella
3273de0738
Bug 767269 - ia2Accessible Text/EditableText QI shouldn't call QI for nsIAccessible Text/EditableText, r=tbsaunde
2012-07-01 23:42:45 -04:00
Robert O'Callahan
7b6abb6f47
Backout bug 768775 for now
2012-07-02 14:43:37 +12:00
Ms2ger
26b13a6a2d
Bug 770013 - Cleanup NodeIsBlockStatic/IsBlockNode a bit; r=ehsan
2012-07-01 21:53:16 +02:00
Ehsan Akhgari
ea6f5beac9
Bug 769881 - copyStringToClipboard Optional parameters should go at the end, also this will make it backward compatible for version bumped extensions; r=roc
2012-07-01 14:18:23 -04:00
Robert O'Callahan
9ce6dbc28e
Mark gradient tests fuzzy for bug 768775
2012-07-02 13:18:32 +12:00
Robert O'Callahan
b1211aeed9
Bug 768348. Avoid ExtCreatePen failures by avoiding rounding widths and dash lengths down to zero. r=jrmuizel
...
--HG--
extra : rebase_source : 5231a02af67486dbd0e663d3756ad60fe1483157
2012-07-02 11:49:34 +12:00
Robert O'Callahan
8d2a81741e
Bug 768775. For linear gradients where the gradient line is parallel to an axis and runs from one edge of a background tile to the other, we can repeat the background by just repeating the gradient instead of drawing individual tiles. r=jrmuizel
...
--HG--
extra : rebase_source : 81b9a7951ce78f60aa8eaeca4f66f62561133254
2012-07-02 11:46:32 +12:00
Robert O'Callahan
1162a096a1
Bug 770001. When comparing clips, adjust for any change in the ThebesLayer coordinate system. When clips are different, try to accumulate differences intelligently, taking into account that changes in clips outside the bounds of the clipped display item don't matter. r=mattwoodrow
...
--HG--
extra : rebase_source : d958c629307045f2592ffe658cd1a2e608713cbd
2012-07-02 11:46:21 +12:00
David Zbarsky
cd3c58ee76
Bug 763350 - Clean up some includes in content/ and dom/ r=smaug
2012-07-01 16:45:59 -07:00
Philip Chee
3592c9c1b7
Bug 769737 Add nsIFocusManager to Services.jsm r=gavin.
2012-07-02 05:09:31 +08:00
Ryan VanderMeulen
d896e0e1d6
Merge m-c to inbound.
2012-07-01 11:03:00 -04:00
Ryan VanderMeulen
098ccbfbaa
Bug 758357 - Back out part of the landing due to risk of it introducing oranges.
2012-07-01 09:38:44 -04:00