Граф коммитов

297149 Коммитов

Автор SHA1 Сообщение Дата
Bobby Holley f763de1c55 Bug 743615 - Handle ImageData in the main thread runtime callbacks. r=bent 2012-04-24 00:53:37 +02:00
Bobby Holley 90eb83d9a7 Bug 743615 - Base worker structured clone tags on the dom ones to ensure against collisions. r=bent 2012-04-24 00:53:37 +02:00
Bobby Holley c2df0dbfba Bug 743615 - Add the JS_{Read,Write}StructuredClone api. r=jorendorff 2012-04-24 00:53:37 +02:00
Tim Abraldes 02046188ed bug 747409. Use a unique-per-webapp value for the "name" of the nsXREAppData struct. This way, webapps will not get confused about whether existing webapp windows are their windows. r=myk. a=desktop-only 2012-04-23 18:18:14 -04:00
Cameron Kaiser aae4267e5d Bug 747816 - Add big-endian tags to OTS r77. r=jfkthame, a=npotb 2012-04-23 18:05:32 -04:00
David Rajchenbach-Teller 077f325f37 Bug 744698 - Force logging. r=gavin, a=test-only 2012-04-23 20:09:06 +02:00
Jeff Muizelaar d8201bb0b7 Bug 745818. Fix crashtest bustage. a=bustage
Disable the test added in 3b31c3121e98 as it still crashes
in lots of places.

--HG--
extra : rebase_source : 31274e7ac05dae017615a18f1601c219b4f0b4a9
2012-04-23 17:55:56 -04:00
Brian Nicholson e0370bec81 Bug 746380 - Add sameDocument flag to location change. r=mfinkle a=blocking-fennec 2012-04-23 17:35:50 -04:00
Brian Nicholson 23e43cc1e6 Bug 746380 - Set tab URL on document start. r=mfinkle a=blocking-fennec 2012-04-23 10:34:14 -04:00
Jeff Muizelaar bc52bbf5ae Bug 743499. Handle negative sizes in CG backend. r=bas, a=akeybl
I didn't realize Sizes could be negative when originally writing this code.
2012-04-23 17:09:57 -04:00
Jeff Muizelaar 62bd2d4857 Bug 745818. Ignore invalid cairo surfaces. r=bas, a=blassey
With bug 686453, we're not really supposed to get NULL surfaces
anymore. Instead we get Invalid ones that we should still ignore.

--HG--
extra : rebase_source : eee8213c897c01508815a810436d1e04e133f752
2012-04-23 17:03:36 -04:00
Sriram Ramasubramanian e00c9263c6 Bug 746086: NPE crash on onApplicationPause(). [r=mfinkle] [a=blocking-fennec] 2012-04-23 13:58:14 -07:00
Jared Wein 954b88373d Bug 748037 - Identity doorhangers should anchor off of the identity icon. r=dao a=desktop-only 2012-04-23 15:35:35 -04:00
Asaf Romano 8c8db1e172 Bug 745508 - Remove unused "From an HTML File" mode from the migration wizard. r=mak. a=desktop-only 2012-04-23 15:31:16 -04:00
Blake Kaplan 1913c2af71 Bug 745114 - Collapse the various status change callbacks into a single callback. r=cjones a=b2g-only 2012-04-13 17:07:54 +08:00
Etienne Segonzac bfb1ba3fb1 Bug 746121 - Updating the DirectoryProvider to look for user.js on the sdcard. r=vingtetun a=b2g-only 2012-04-18 12:47:05 +02:00
Gian-Carlo Pascutto 72b0b4f515 Bug 746035 - Rework constants to common Java style. r=lucasr a=blocking-fennec 2012-04-19 16:41:53 +02:00
Gian-Carlo Pascutto cdfe83c5fb Bug 746035 - Make some more constant strings in the Migrator static. r=lucasr a=blocking-fennec 2012-04-19 16:41:53 +02:00
Gian-Carlo Pascutto 9a0ffe6e9e Bug 746035 - Don't migrate favicons GUIDs if not present. r=lucasr a=blocking-fennec 2012-04-19 16:41:53 +02:00
Gian-Carlo Pascutto 8b27519df1 Bug 746035 - Bail out of Profile Migration on errors. r=lucasr a=blocking-fennec 2012-04-19 16:41:53 +02:00
Gian-Carlo Pascutto 18eb45d32e Bug 726379 - Remove CheckBookmarkTask, use a simple Runnable. r=sriram a=blocking-fennec 2012-04-19 16:41:53 +02:00
Gian-Carlo Pascutto d90bc64c69 Bug 746365 - StrictMode violation in checking Profile Migration status. r=blassey a=blocking-fennec 2012-04-19 16:41:52 +02:00
Ehsan Akhgari aad050cc09 Merge mozilla-central and mozilla-inbound; a=merge 2012-04-19 10:01:03 -04:00
Mounir Lamouri 9c92f29c55 Bug 647665 - Inform the UI that we do not hover a link anymore if the element is removed from the DOM. r=bz a=gavin 2012-04-19 12:20:34 +02:00
Graeme McCutcheon eebd96a906 Bug 740784 - Don't allow old bogus nodes to trail textarea content. r=ehsan a=lsblakk 2012-04-12 21:55:48 +01:00
Joe Drew d899bf0dd2 Bug 744916 - Make the Java viewport keep track of its size in both CSS pixels and device pixels. r=kats
--HG--
extra : rebase_source : f733c2a4eadaeaa9c845b83886af8ab335250f85
2012-04-12 16:00:56 -04:00
Jeff Muizelaar ef2ec8c78d Bug 744901 - Store the page size in FrameMetrics in CSS pixels in addition to device pixels. r=cjones
--HG--
extra : rebase_source : ac38e2ff9dda55bd5dc44d757b67cb1550da1eaa
2012-04-12 15:55:26 -04:00
Matt Brubeck 167ea26b9d Bug 747109 - Remove broken code to fix an error in Clear Private Data [r=mfinkle, a=blocking-fennec] 2012-04-20 12:49:47 -07:00
Margaret Leibovic c8c3a75a88 Bug 746394 - No label for home screen icons when adding page without title. r=bnicholson a=mfinkle 2012-04-20 11:49:30 -07:00
James Willcox 0a64f5c7db Bug 707353 - Implement ANPWindow::showKeyboard() for Android plugins. r=snorp a=blocking-fennec
--HG--
extra : rebase_source : ca2da8fe9689fa702444cd6da7b4841d9ef12ec4
2012-04-20 09:49:50 -07:00
Ehsan Akhgari d9b8b285b7 Merge mozilla-central into mozilla-inbound; a=merge 2012-04-20 13:11:03 -04:00
Ehsan Akhgari f20b8102c2 Bug 739040 - Use the length of the decoded string, if no more than 512 bytes, to sniff for feeds; r=Mano a=blocking 2012-04-20 13:03:53 -04:00
Mike Conley 4488d2a79a Bug 746993 - Fix editor caret behaviour when pressing RETURN after a BR node. r=ehsan, a=tracking-firefox 2012-04-20 12:57:17 -04:00
Ali Juma 00cf3aa2e1 Bug 733596 - Tell the compositor about the new surface size on surface change. r=bgirard a=blocking-fennec 2012-04-20 11:46:30 -04:00
Wes Johnston f2b285415f Bug 746679 - Reset touch event dispatch state on each touch down. r=kats, a=blocking-fennec 2012-04-20 08:40:41 -07:00
Gavin Sharp 070456b6f8 Bug 747264: don't sync some prefs that are currently changing on different channels because Sync might cause trouble with them, r=mak, a=desktop-only
--HG--
extra : transplant_source : M%EE%25H%29%87p%F2%19%D3%FD%B0%2A%14%9BV%DA%80%B6P
2012-04-19 17:58:20 -07:00
Blake Kaplan feefeb99bc Bug 740079 - Provide a synchronous API to get precise information about the current connection status. r=cjones f=kaze 2012-04-09 11:32:17 +08:00
Ehsan Akhgari 7848dfeca2 Merge the last green PGO build on mozilla-inbound to mozilla-central 2012-04-16 11:03:05 -04:00
Joel Maher 8ce19aa7c4 Bug 745727 - deploy a new talos.zip for tcheck2 and non null revision/sourcestamps. r=armenzg 2012-04-16 09:27:13 -04:00
Max Li eb14d6807c Bug 739883 - decomtaminate impl of GetSummary() on accessible tables, r=tbsaunde, f=surkov 2012-04-15 22:41:58 -04:00
Justin Lebar a95dfe282e Bug 745502 - Fix a null-pointer exception in pushState. r=smaug 2012-04-16 19:54:08 +10:00
Mounir Lamouri c18a4d3288 Bug 745495 - Fix crash when using screen object from removed iframe. r=smaug 2012-04-16 11:33:35 +02:00
pcheng@gmx.com 6081ec213d Bug 742657 - move nsAccUtils::GetRoleMapEntry(nsINode *aNode) into nsARIAMap, r=tbsaunde, f=surkov 2012-04-16 18:24:23 +09:00
Robert Longson eecf9a02bd Bug 736031 - getBBox returns incorrect results with empty containers. r=jwatt 2012-04-16 09:23:48 +01:00
Nicholas Nethercote 9ea8dcf549 Bug 745068 - Minor front-end cleanups. r=jorendorff.
--HG--
extra : rebase_source : 29e7d06bc87f19c0d0a8fe239af9219e6c255032
2012-04-16 15:35:31 +10:00
Robert O'Callahan 670f07046f Bug 735898. Part 5: Simple tweaks to avoid wrapping empty lists and to reorder boolean tests. r=mattwoodrow 2012-04-16 17:43:47 +12:00
Robert O'Callahan 182765599e Bug 735898. Part 4: Create Inner/Outer box-shadow items only if we actually have inset/outset shadows. r=mattwoodrow 2012-04-16 17:43:33 +12:00
Ms2ger 7482a2122b Bug 744507 - Part b: Add nsINode versions in GetPriorHTMLSibling/GetNextHTMLSibling; r=ehsan 2012-04-14 15:09:38 +02:00
Ms2ger 64beece2b3 Bug 744507 - Part a: Preparatory cleanup in GetPriorHTMLSibling/GetNextHTMLSibling; r=ehsan 2012-04-14 15:09:21 +02:00
Ms2ger 95d9a38dfd Bug 743438 - Move some style rule functions from nsIContent to Element; r=mounir sr=bz 2012-04-14 15:09:19 +02:00