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

4123 Коммитов

Автор SHA1 Сообщение Дата
Mounir Lamouri 61205d3b00 Merging mozilla-inbound with mozilla-central. 2011-06-18 18:29:10 +02:00
Chris Lord 2e35c1c7a9 Bug 664996 - After quitting the application by tapping the Home button, re-entering it will show a white. Regression from bug 661843. r=dougt 2011-06-17 08:57:46 -07:00
Ms2ger fa05f7b9ba Bug 29256 - Remove nsWindowWatcher::CheckWindowName; r=bz 2011-06-18 11:02:00 +02:00
Chris Lord 3c559678d0 Bug 663445 - StringIndexOutOfBoundsException in String.substring() via GeckoInputConnection.getExtractedText. r=mwu
--HG--
extra : rebase_source : 9f6a618d2563352a03be47dbfb303b6473f8657c
2011-06-14 07:48:00 -07:00
Doug Turner 41ddc22845 Bug 664774 - Loading and Install text has mixed capitalization. r=mfinkle 2011-06-16 11:49:38 -07:00
Chris Lord 06258cb8ca Bug 661843 - GeckoSurfaceView may double memory requirement for painting. r=dougt 2011-06-16 02:03:00 -07:00
Jonas Sicking da5c2d70a4 Bug 659053 Part 1: Merge nsIDOM3Node into nsIDOMNode. Also removes Node.getFeature. r=peterv 2011-06-14 00:56:48 -07:00
Ehsan Akhgari 05f536f090 Back out Dao's push because of build bustage 2011-06-14 00:17:10 -04:00
Matheus Kerschbaum 80b101b43e Bug 662023 - Remove ActiveX embedding API part 2: rm /embedding/activex/ r=bsmedberg 2011-06-14 05:50:58 +02:00
Matheus Kerschbaum 93857e2c74 Bug 662023 - Remove ActiveX embedding API part 1: remove support from the build system. r=bsmedberg 2011-06-14 05:50:38 +02:00
Ed Morley 13cfc322c6 Bug 659621 - Remove EXTRA_DSO_LIBS, EXTRA_DSO_LDOPTS, OS_LIBS from makefiles containing LIBXUL_LIBRARY = 1, now that libxul is always built; r=ted 2011-06-12 03:49:00 -04:00
Matt Brubeck f4a3eee809 Bug 662075 - Android fails to open update APK [r=blassey] 2011-06-08 14:33:49 -07:00
Brad Lassey fe59b91fa1 bug 638940 - File Upload: we should not change file names, paths and extensions r=dougt 2011-06-01 20:40:38 -04:00
Brad Lassey f2dd0b9498 bug 660326 - send java exceptions to crash-stats r=dougt 2011-06-01 13:54:53 -04:00
Mounir Lamouri efacc91ae2 Bug 565541 (1/2) - Add targetableShellCount to nsIDocShellTreeOwner. r=bz
Basically, this will return a the number of tabs when nsIDocShellTreeOwner is
a nsContentTreeOwner.

--HG--
extra : rebase_source : b998c4bd81fc95a099dbcd246f4a3df85acd861e
2011-04-14 14:27:53 -07:00
Ed Morley b15b8760c6 Bug 614515 - Remove MOZ_SVG conditions. r=roc 2011-05-30 09:34:50 +02:00
Ms2ger d5b5dc43f8 Bug 658906 - Remove nsIDOMNSDocument; r=sicking 2011-05-28 09:43:53 +02:00
Matt Brubeck 3ba1392801 Bug 659412 - Remove warning dialog for Android devices with low MemTotal [r=blassey] 2011-05-24 14:56:46 -07:00
Matheus Kerschbaum 679e31e4ad Bug 648911 - Remove support for non-libxul builds. r=ted,joedrew 2011-05-23 18:54:47 +02:00
Ms2ger a0fc97409f Bug 655517 - Remove nsIDOMDocumentEvent; f=ehsan r=smaug 2011-05-23 18:46:36 +02:00
Christian Biesinger a6e0fccb1f Bug 576006 - Implement timing interface for channels
r=jduell sr=bz
2011-05-21 03:03:36 -07:00
Brad Lassey c8b9f55356 bug 632874 - make it clear that first-run startup time isn't normal r=dougt 2011-05-20 14:44:09 -04:00
Matt Brubeck 672f2f7cbe Bug 657501 - Unofficial branding for Fennec [r=blassey,mfinkle] 2011-05-20 09:45:42 -07:00
Joel Maher 7aa6e96e23 Bug 616999. Xpcshell manifest support; manifest files. r=ted, a=test-only 2011-05-20 11:54:01 -04:00
Mounir Lamouri f638f0e2ab Merging cedar with mozilla-central. 2011-05-18 11:42:37 +02:00
Ed Morley a618c989ae Bug 316661 - Part A - Remove null-checks before delete. r=bsmedberg 2011-05-17 16:01:36 +02:00
Ms2ger 2f7c7d58da Bug 655514 - Remove nsIDOMDocumentTraversal; f=ehsan r=jonas 2011-05-15 12:07:30 +02:00
Ms2ger 395936e2fe Bug 655513 - Remove nsIDOMDocumentRange; f=ehsan r=bzbarsky 2011-05-15 12:07:28 +02:00
Mike Hommey dc8c9f3c30 Bug 620931 part 3 - Allow GRE and XUL application to use omni.jar independently. r=bsmedberg,r=mwu
We now store two independent locations for an omni.jar, allowing GRE/XRE and
XUL application to each have their own omni.jar. And since xulrunner setups
are very independent from the XUL applications, we implement support for both
omni.jar and non omni.jar cases in the same runtime, with the side effect of
allowing to switch from one to the other manually without rebuilding the
binaries.

We let the mozilla::Omnijar API handle both cases, so that callers don't need
too much work to support them.

We also make the preferences service load the same set of preferences in all
the various cases (unified vs. separate, omni.jar vs. no omni.jar).

The child process launcher for IPC is modified to pass the base directories
needed for the mozilla::Omnijar API initialization in the child process.

Finally, the startupcache file name canonicalization is modified to separate
APP and GRE resources.
2011-02-25 12:53:36 +01:00
Brad Lassey 03838303d4 bug 655427 - make sharedIDs used by automation not depend on package nam a+r=mfinkle
--HG--
extra : rebase_source : f90bb8cda99b72879b809621984c803245dbd4b5
2011-05-11 14:07:28 -04:00
Matt Brubeck 5cdbd24a85 Bug 656177 - Register Fennec as a handler for file: URIs on Android [r=blassey] 2011-05-11 07:25:53 -07:00
Mark Finkle a9bd73ea4d Bug 654838 - Create a unique branding for Fennec beta (displayname fix) [r=blassey] 2011-05-10 23:50:43 -04:00
Michael Wu 0326e57b8f Merge backout (to fix bug 656172) 2011-05-10 19:10:01 -07:00
Michael Wu ede6efdcce Back out parts 3-7 of bug 620931 which caused bug 656172, r=killer 2011-05-10 18:27:51 -07:00
Ed Morley 6d14b87d8e Bug 655756 - Remove final XP_MAC remnants; r=josh 2011-05-10 20:24:48 +02:00
Matt Brubeck 418894efa2 Bug 655997 - Crash when changing orientation on Android (regression from bug 643032) [r=blassey] 2011-05-10 09:14:05 -07:00
Mike Hommey f3a79067ff Bug 620931 part 3 - Allow GRE and XUL application to use omni.jar independently. r=bsmedberg,r=mwu
We now store two independent locations for an omni.jar, allowing GRE/XRE and
XUL application to each have their own omni.jar. And since xulrunner setups
are very independent from the XUL applications, we implement support for both
omni.jar and non omni.jar cases in the same runtime, with the side effect of
allowing to switch from one to the other manually without rebuilding the
binaries.

We let the mozilla::Omnijar API handle both cases, so that callers don't need
too much work to support them.

We also make the preferences service load the same set of preferences in all
the various cases (unified vs. separate, omni.jar vs. no omni.jar).

The child process launcher for IPC is modified to pass the base directories
needed for the mozilla::Omnijar API initialization in the child process.

Finally, the startupcache file name canonicalization is modified to separate
APP and GRE resources.
2011-02-25 12:53:36 +01:00
Matt Brubeck da6949f411 Bug 643032 - Don't start network status listener until Fennec starts [r=blassey] 2011-05-09 12:58:55 -07:00
Boris Zbarsky 5ef954d6be Merge cedar with mozilla-central 2011-05-06 20:39:36 -04:00
Jonathan Kew 753f7df8b5 Bug 253317 - Provide hyphenation dictionary for justified text (android packaging) [r=blassey] 2011-05-05 16:03:01 +01:00
Ed Morley 7f45450f29 Bug 654472 - Remove WinCE code (incl MOZ_FLASH_ACTIVEX_PATCH & USE_HTIFACE) from embedding/* ; r=bsmedberg 2011-05-06 11:40:46 -07:00
Daniel Holbert 15704d902a Bug 654372: Fix nsWebBrowserPersist constructor init list order to fix build warning. r=ehsan 2011-05-04 09:27:19 +02:00
Mark Finkle f508858b91 Bug 651947 - Build error on Windows in winEmbed.cpp:171 - missing type specifier - int assumed [r=bsmedberg] 2011-04-28 09:50:00 -04:00
Ms2ger 51135b7777 Bug 616684 - Remove support for DOM Views; r=sicking,ehsan 2011-04-24 08:54:25 +02:00
Michael Wu 7878714149 Bug 617298 - Make text extraction from child process slightly more reliable, r=jchen 2011-04-29 19:25:55 -07:00
Alon Zakai 48ab56a356 Bug 615597 - Implement the W3C DeviceOrientation event. r=smaug,blassey 2011-04-29 16:49:20 -07:00
Alex Pakhotin c1d439f702 Bug 641906 - Use system theme colors in nsLookAndFeel on Android. r=blassey 2011-03-30 11:04:41 -07:00
Marco Bonardo a3d0508eec Merging Places to mozilla-central 2011-04-29 16:04:47 +02:00
Wladimir Palant 197d21a2a6 Bug 651315 - Addon manager is unable to open dialogs from a chrome-like protocol.
r=jst,bz
2011-04-28 19:59:32 +02:00
Ehsan Akhgari 741285f81f Backout changeset 13f6847dd840 (bug 616684) because it changes code semantics in a bad way, which results in problems like the crash in bug 652580, possibly among others 2011-04-25 17:05:17 -04:00