Jim Blandy
7e20285e70
Bug 914753: Make Emacs file variable header lines correct, or at least consistent. DONTBUILD r=ehsan
...
The -*- file variable lines -*- establish per-file settings that Emacs will
pick up. This patch makes the following changes to those lines (and touches
nothing else):
- Never set the buffer's mode.
Years ago, Emacs did not have a good JavaScript mode, so it made sense
to use Java or C++ mode in .js files. However, Emacs has had js-mode for
years now; it's perfectly serviceable, and is available and enabled by
default in all major Emacs packagings.
Selecting a mode in the -*- file variable line -*- is almost always the
wrong thing to do anyway. It overrides Emacs's default choice, which is
(now) reasonable; and even worse, it overrides settings the user might
have made in their '.emacs' file for that file extension. It's only
useful when there's something specific about that particular file that
makes a particular mode appropriate.
- Correctly propagate settings that establish the correct indentation
level for this file: c-basic-offset and js2-basic-offset should be
js-indent-level. Whatever value they're given should be preserved;
different parts of our tree use different indentation styles.
- We don't use tabs in Mozilla JS code. Always set indent-tabs-mode: nil.
Remove tab-width: settings, at least in files that don't contain tab
characters.
- Remove js2-mode settings that belong in the user's .emacs file, like
js2-skip-preprocessor-directives.
2014-06-24 22:12:07 -07:00
Marco Zehe
1af9b460c9
Bug 968111 - Fix various accessibility markup issues in Toolkit XUL files, r=da0
2014-02-05 17:33:43 +01:00
Gregory Szorc
e396fc159d
Bug 774572 - Part 2: Define JAR_MANIFESTS in moz.build files; r=glandium
...
Every directory with a jar.mn now has JAR_MANIFESTS defined in its
moz.build file.
We also removed the may_skip special consideration of jar.mn files
because this information is now available during tier traversal by the
reader courtesy of the variables being present in moz.build files.
--HG--
extra : rebase_source : 21049b15e6bd9cf65b0805ccaccc4ba5aae93c98
extra : amend_source : 0b1ea866d725beef92d37c6f6d475369ac002e19
2013-12-10 16:18:11 +09:00
Kyle Machulis
72a717a860
Bug 855465 - Add emacs python mode comments to moz.build files; r=gps
2013-04-01 11:36:59 -07:00
Kyle Machulis
43628a7867
Backout for changeset 03452b187c14 (Bug 855465) due to bustage on a CLOSED TREE; r=qdot
2013-03-29 15:12:58 -07:00
Kyle Machulis
334c0800cf
Bug 855465 - Add emacs python mode comments to moz.build files; r=gps
...
--HG--
extra : rebase_source : 004a756492323e1a049586e85b3be5037159df20
2013-03-29 13:56:18 -07:00
Gregory Szorc
7d09ff18e0
Bug 844635 - Part 3: Remove empty Makefile.in files; r=glandium
2013-03-17 18:01:25 -07:00
Gregory Szorc
2f9c3f619e
Bug 784841 - Part 18θ: Convert /toolkit f=Mossop, Ms2ger; rs=ted
2013-02-25 13:19:09 -08:00
Mike Hommey
70d7c821af
Bug 774032 bonus - Use @DEPTH@ and @relativesrcdir@ in Makefile.in. r=ted
2012-08-04 20:26:44 +02:00
Saurabh Anand
7eed76b5f9
Bug 722996 - cookieAcceptDialog.js uses global Private Browsing state to make decisions; r=ehsan
2012-07-19 02:23:40 +05:30
Neil Rashbrook
eaedd546e8
Bug 758354 Stop unnecessarily preprocessing chrome r=dolske
2012-06-26 00:11:16 +01:00
Ed Morley
f58ad725ea
Backout ec9451e9e830 (bug 758354) for PGO linux permaorange in browser_bug422590.js and friends
2012-06-25 19:14:43 +01:00
Neil Rashbrook
aee62bb4bd
Bug 758354 Stop unnecessarily preprocessing chrome r=dolske
2012-06-25 09:24:49 +01:00
Gervase Markham
82ff7027aa
Bug 716478 - update licence to MPL 2.
2012-05-21 12:12:37 +01:00
Jason Orendorff
578fc3cdd3
Bug 533592, part 1 - Remove uses of and support for xpcnativewrappers=no/yes in manifests. (The default has been yes for some time and we will now only have that behavior.) r=mrbkap.
...
--HG--
extra : rebase_source : 996d2abecb15f44293abd470a28a3fe2706e130e
2010-05-27 12:33:54 -07:00
Steffen Wilberg
01e9933edd
Bug 221602: Don't ship comm.jar, final nail. r=bsmedberg
...
--HG--
extra : rebase_source : e345a68817d6909cc93bec65df23c015b2797f32
2009-08-21 21:26:02 +02:00
Hubert Gajewski
411c93ada8
Bug 471989 - atEndOfSession define in cookieAcceptDialog.properties should be capitalize; r=gavin.sharp
2009-02-12 05:16:02 +01:00
Daniel Holbert
4301671b45
Bug 473236 - Remove executable bit from files that don't need it. (Only changes file mode -- no code changes.) r=bsmedberg
2009-01-21 22:55:08 -08:00
Ehsan Akhgari
022eb9cad7
Bug 461625 - Hide the UI for saving permission manager entries in Private Browsing mode, r=mconnor
2008-11-04 02:52:22 +03:30
Robert Kaiser
b3901a31af
bug 451601 - kill MOZILLA_LOCALE_VERSION, main mozilla-central patch to kill xpfe-style chrome versions, r=ted sr=Neil
2008-09-11 01:08:57 +02:00
dwitte@stanford.edu
35faa524ff
Bug 383993 - remove p3p ui from suite. r=kairo, sr=jag.
2007-09-02 17:58:05 -07:00
sdwilsh@shawnwilsher.com
44cbc3eab4
Bug 381468 - Convert toolkit application/x-javascript to application/javascript. r=gavin.sharp
2007-05-23 11:08:10 -07:00
jwalden%mit.edu
e5e87de812
Bug 279698 - Some .js files in jars are not stripped of license headers via preprocessing (pass 1). r=mconnor
2007-03-11 02:21:48 +00:00
gerv%gerv.net
35149ea17d
Bug 236613: change to MPL/LGPL/GPL tri-license.
2005-09-13 18:40:56 +00:00
bsmedberg%covad.net
9abe57c447
Bug 281988 - Chrome registry supports for the xpcnativewrappers=yes flag. Chrome packaging fixup to apply the xpcnativewrappers=yes flag to our application chrome packages for ffox/tbird. This also stops the repackaging of thunderbird chrome. r=mscott+bz a=drivers
2005-05-20 12:58:57 +00:00
bugzilla%arlen.demon.co.uk
0e552cf0aa
Bug 285709 Browser hang instead of displaying cookie allow/session/deny window
...
p=me r=mconnor - bandaid solution until bsmedberg can look deeper
2005-03-12 21:55:42 +00:00
marco%gnome.org
129f068a7e
Bug 233461 Add icons to the dialogs buttons
...
r=mconnor
2005-03-12 10:40:46 +00:00
bugzilla%arlen.demon.co.uk
3539f9e249
Bug 277097 Tidy up cookie js/xul/pref code (Removing js/xul from extensions/cookie) - history for pref-cookies.xul/dtd and pref-images.xul/dtd can be got from the attic (see bug for details)
...
p=me r=dwitte/benjamin sr=darin
2005-03-10 18:36:07 +00:00
mconnor%myrealbox.com
c48af3a33a
bug 238045 - Cookie manager of 1.7beta does not display stored cookies, r=mvl, sr=darin, a=chofmann, display a blank value for expiry if FormatDateTime chokes on really long-lived cookies
2004-03-31 00:38:17 +00:00
mconnor%myrealbox.com
e4756a402c
bug 102269: Cookie Manager: Server Secure is unclear. r=mvl, sr=alecf
2004-03-07 08:25:59 +00:00
mconnor%myrealbox.com
c4867a2b27
previous checkin should have read bug 230624 - better dialog version, r=neil, sr=jst
2004-03-05 01:45:15 +00:00
mconnor%myrealbox.com
c8cc2ca097
*** empty log message ***
2004-03-05 01:31:43 +00:00
bzbarsky%mit.edu
16e457b12e
Rework cookie dialogs to allow setting session-only cookies. Bug 230624, patch
...
by Mike Connor <mconnor@myrealbox.com>, r=mvl, sr=darin
2004-01-29 03:34:58 +00:00
dwitte%stanford.edu
bc55887835
add accesskeys for the cookie confirmation dialog.
...
b=201743, r=neil, sr=alecf
2003-10-30 17:26:44 +00:00
dwitte%stanford.edu
a1fcc8d125
Bug 206356: cookies refused by default if you just close dialog.
...
makes the "do you want to accept this cookie?" dialog more user-friendly, by not touching the permission list if you dismiss the dialog without clicking a button.
patch by mvl, r=neil, sr=jag, a=asa.
2003-05-22 00:37:48 +00:00
cbiesinger%web.de
21e3138776
198829 patch by mvl@exedo.nl r=dwitte@stanford.edu sr=dmose Blocking cookies does not remain persistent
2003-03-23 22:35:02 +00:00
bzbarsky%mit.edu
a7d8e133da
Checking in permissions rewrite phase 1 (troop deployment in the permission
...
gulf). Bug 191380, patch by mvl@exedo.nl (Michiel van Leeuwen),
r=dwitte@stanford.edu , sr=darin.
2003-03-22 01:24:51 +00:00
cbiesinger%web.de
c729ae0212
163350 patch by mvl@exedo.nl r=suresh sr=jag Cookie confirmation dialog could use better wording.
2003-02-28 20:49:09 +00:00
kairo%kairo.at
ec60ba7d89
bug 163350 - Cookie confirmation dialog could use better wording, r=timeless, sr=jag, checking in for mvl@exedo.nl
2003-02-22 13:42:15 +00:00
timeless%mozdev.org
06b309aa38
Bug 179798 cookie confirm dialog no longer works in embedding (doesn't call nsIPrompt service)
...
patch by mvl@exedo.nl r=dwitte sr=darin
2003-01-22 05:52:33 +00:00
suresh%netscape.com
88f32976b0
bug 189522 - cookies have ok/cancel instead of yes/no. r/sr-jag.
2003-01-17 23:36:34 +00:00
suresh%netscape.com
a1f859beae
Bug 168930, Cookie accept/decline alert buttons are in the wrong order. r/sr-jag.
2003-01-16 22:09:00 +00:00
morse%netscape.com
47a955e8a0
bug 170237, cookie-accept dialog doesn't indicate session cookies, c=mvl@shop-engine.nl, r=morse, sr=dveditz
2002-09-29 13:16:53 +00:00
morse%netscape.com
6d75893161
bug 23508, cookie confirmation dialog should show all data, code=mvl@shop-engine.nl, a=morse, r=timeless@myrealbox.com, sr=alecf
2002-09-13 08:51:13 +00:00